Html Css Color HEX #EFC442 Festival

📋 copy color: '#EFC442'

red 239 ◦ green 196 ◦ blue 66

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

Shades of Festival #EFC442

Tints of Festival #EFC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 47.7%
G = 39.12%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFC442 (or 0xEFC442) is known color: Festival. HEX triplet: EF, C4 and 42. RGB value is (239,196,66). Sum of RGB (Red+Green+Blue) = 239+196+66=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC442 is #103BBD. Grayscale: #C2C2C2. Windows color (decimal): -1063870 or 4375791. OLE color: 4375791.

HSL color Cylindrical-coordinate representation of color #EFC442: hue angle of 45.09º 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 #EFC442 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 66 -
CMYK 0 0.18 0.72 0.06
HSL 45.09º 0.84% 0.6% -
HSV(B) 45.09º 0.72% 0.94% -
XYZ 56.32 58.22 13.42 -
YUV 194.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 239 196 66 0 0.18 0.72 0.06 45.09 0.84 0.6
Hex EF C4 42 0 12 48 6 2D 54 3C
Octal 357 304 102 0 22 110 6 55 124 74
Binary 11101111 11000100 1000010 0 10010 1001000 110 101101 1010100 111100

Color Harmonies of #EFC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC442

Black with #EFC442

Text Example


Text Example

White with #EFC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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