Html Css Color HEX #EEC440 Festival

📋 copy color: '#EEC440'

red 238 ◦ green 196 ◦ blue 64

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

Shades of Festival #EEC440

Tints of Festival #EEC440

RGB

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

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

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

R = 47.79%
G = 39.36%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEC440 (or 0xEEC440) is known color: Festival. HEX triplet: EE, C4 and 40. RGB value is (238,196,64). Sum of RGB (Red+Green+Blue) = 238+196+64=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC440 is #113BBF. Grayscale: #C2C2C2. Windows color (decimal): -1129408 or 4244718. OLE color: 4244718.

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

Color convert

RGB 238 196 64 -
CMYK 0 0.18 0.73 0.07
HSL 45.52º 0.84% 0.59% -
HSV(B) 45.52º 0.73% 0.93% -
XYZ 55.93 58.03 13.1 -
YUV 193.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 238 196 64 0 0.18 0.73 0.07 45.52 0.84 0.59
Hex EE C4 40 0 12 49 7 2E 54 3B
Octal 356 304 100 0 22 111 7 56 124 73
Binary 11101110 11000100 1000000 0 10010 1001001 111 101110 1010100 111011

Color Harmonies of #EEC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC440

Black with #EEC440

Text Example


Text Example

White with #EEC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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