Html Css Color HEX #EFC942 Festival

📋 copy color: '#EFC942'

red 239 ◦ green 201 ◦ blue 66

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

Shades of Festival #EFC942

Tints of Festival #EFC942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.04%

R = 47.23%
G = 39.72%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFC942 (or 0xEFC942) is known color: Festival. HEX triplet: EF, C9 and 42. RGB value is (239,201,66). Sum of RGB (Red+Green+Blue) = 239+201+66=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC942 is #1036BD. Grayscale: #C5C5C5. Windows color (decimal): -1062590 or 4377071. OLE color: 4377071.

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

Color convert

RGB 239 201 66 -
CMYK 0 0.16 0.72 0.06
HSL 46.82º 0.84% 0.6% -
HSV(B) 46.82º 0.72% 0.94% -
XYZ 57.47 60.52 13.81 -
YUV 196.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 239 201 66 0 0.16 0.72 0.06 46.82 0.84 0.6
Hex EF C9 42 0 10 48 6 2F 54 3C
Octal 357 311 102 0 20 110 6 57 124 74
Binary 11101111 11001001 1000010 0 10000 1001000 110 101111 1010100 111100

Color Harmonies of #EFC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC942

Black with #EFC942

Text Example


Text Example

White with #EFC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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