Html Css Color HEX #EEC940 Festival

📋 copy color: '#EEC940'

red 238 ◦ green 201 ◦ blue 64

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

Shades of Festival #EEC940

Tints of Festival #EEC940

RGB

 RED value IS 238 (93.36% from 255) = 47.32%

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

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

R = 47.32%
G = 39.96%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEC940 (or 0xEEC940) is known color: Festival. HEX triplet: EE, C9 and 40. RGB value is (238,201,64). Sum of RGB (Red+Green+Blue) = 238+201+64=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC940 is #1136BF. Grayscale: #C5C5C5. Windows color (decimal): -1128128 or 4245998. OLE color: 4245998.

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

Color convert

RGB 238 201 64 -
CMYK 0 0.16 0.73 0.07
HSL 47.24º 0.84% 0.59% -
HSV(B) 47.24º 0.73% 0.93% -
XYZ 57.07 60.32 13.49 -
YUV 196.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 238 201 64 0 0.16 0.73 0.07 47.24 0.84 0.59
Hex EE C9 40 0 10 49 7 2F 54 3B
Octal 356 311 100 0 20 111 7 57 124 73
Binary 11101110 11001001 1000000 0 10000 1001001 111 101111 1010100 111011

Color Harmonies of #EEC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC940

Black with #EEC940

Text Example


Text Example

White with #EEC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC940; }

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

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

background-color css

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

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

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

border-color css

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

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

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