Html Css Color HEX #EEC840 Festival

📋 copy color: '#EEC840'

red 238 ◦ green 200 ◦ blue 64

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

Shades of Festival #EEC840

Tints of Festival #EEC840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

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

R = 47.41%
G = 39.84%
B = 12.75%

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

#EEC840 (or 0xEEC840) is known color: Festival. HEX triplet: EE, C8 and 40. RGB value is (238,200,64). Sum of RGB (Red+Green+Blue) = 238+200+64=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC840 is #1137BF. Grayscale: #C4C4C4. Windows color (decimal): -1128384 or 4245742. OLE color: 4245742.

HSL color Cylindrical-coordinate representation of color #EEC840: hue angle of 46.9º 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 #EEC840 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 64 -
CMYK 0 0.16 0.73 0.07
HSL 46.9º 0.84% 0.59% -
HSV(B) 46.9º 0.73% 0.93% -
XYZ 56.84 59.86 13.41 -
YUV 195.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 238 200 64 0 0.16 0.73 0.07 46.9 0.84 0.59
Hex EE C8 40 0 10 49 7 2F 54 3B
Octal 356 310 100 0 20 111 7 57 124 73
Binary 11101110 11001000 1000000 0 10000 1001001 111 101111 1010100 111011

Color Harmonies of #EEC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC840

Black with #EEC840

Text Example


Text Example

White with #EEC840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC840; }

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

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

background-color css

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

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

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

border-color css

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

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

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