Html Css Color HEX #EFCD3C Festival

📋 copy color: '#EFCD3C'

red 239 ◦ green 205 ◦ blue 60

#EFCD3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EFCD3C

Tints of Festival #EFCD3C

RGB

 RED value IS 239 (93.75% from 255) = 47.42%

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 60 (23.83% from 255) = 11.9%

R = 47.42%
G = 40.67%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFCD3C (or 0xEFCD3C) is known color: Festival. HEX triplet: EF, CD and 3C. RGB value is (239,205,60). Sum of RGB (Red+Green+Blue) = 239+205+60=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD3C is #1032C3. Grayscale: #C7C7C7. Windows color (decimal): -1061572 or 3984879. OLE color: 3984879.

HSL color Cylindrical-coordinate representation of color #EFCD3C: hue angle of 48.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFCD3C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 60 -
CMYK 0 0.14 0.75 0.06
HSL 48.6º 0.85% 0.59% -
HSV(B) 48.6º 0.75% 0.94% -
XYZ 58.24 62.34 13.24 -
YUV 198.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 239 205 60 0 0.14 0.75 0.06 48.6 0.85 0.59
Hex EF CD 3C 0 E 4B 6 31 55 3B
Octal 357 315 74 0 16 113 6 61 125 73
Binary 11101111 11001101 111100 0 1110 1001011 110 110001 1010101 111011

Color Harmonies of #EFCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD3C

Black with #EFCD3C

Text Example


Text Example

White with #EFCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD3C; }

 p { color: rgb(239,205,60); }

 H1.HeaderClassName
 {
   color: #EFCD3C;
 }
 .AnyTagClassName
 {
   color: #EFCD3C;
 }
</style>

background-color css

<style>
 a { background-color: #EFCD3C; }

 a { background-color: rgb(239,205,60); }

 div.DivClassName
 {
   background-color: #EFCD3C;
 }
 .BgClassName
 {
   background-color: #EFCD3C;
 }
</style>

border-color css

<style>
 span { border-color: #EFCD3C; }

 span { border-color: rgb(239,205,60); }

 td.TdClassName
 {
   border-color: #EFCD3C;
 }
 .TagClassName
 {
   border-color: #EFCD3C;
 }
</style>