Html Css Color HEX #EFC940 Festival

📋 copy color: '#EFC940'

red 239 ◦ green 201 ◦ blue 64

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

Shades of Festival #EFC940

Tints of Festival #EFC940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 47.42%
G = 39.88%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFC940 (or 0xEFC940) is known color: Festival. HEX triplet: EF, C9 and 40. RGB value is (239,201,64). Sum of RGB (Red+Green+Blue) = 239+201+64=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC940 is #1036BF. Grayscale: #C5C5C5. Windows color (decimal): -1062592 or 4245999. OLE color: 4245999.

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

Color convert

RGB 239 201 64 -
CMYK 0 0.16 0.73 0.06
HSL 46.97º 0.85% 0.59% -
HSV(B) 46.97º 0.73% 0.94% -
XYZ 57.41 60.49 13.5 -
YUV 196.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 239 201 64 0 0.16 0.73 0.06 46.97 0.85 0.59
Hex EF C9 40 0 10 49 6 2F 55 3B
Octal 357 311 100 0 20 111 6 57 125 73
Binary 11101111 11001001 1000000 0 10000 1001001 110 101111 1010101 111011

Color Harmonies of #EFC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC940

Black with #EFC940

Text Example


Text Example

White with #EFC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC940; }

 p { color: rgb(239,201,64); }

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

background-color css

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

 a { background-color: rgb(239,201,64); }

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

border-color css

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

 span { border-color: rgb(239,201,64); }

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