Html Css Color HEX #EECD42 Festival

📋 copy color: '#EECD42'

red 238 ◦ green 205 ◦ blue 66

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

Shades of Festival #EECD42

Tints of Festival #EECD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 46.76%
G = 40.28%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EECD42 (or 0xEECD42) is known color: Festival. HEX triplet: EE, CD and 42. RGB value is (238,205,66). Sum of RGB (Red+Green+Blue) = 238+205+66=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD42 is #1132BD. Grayscale: #C7C7C7. Windows color (decimal): -1127102 or 4378094. OLE color: 4378094.

HSL color Cylindrical-coordinate representation of color #EECD42: hue angle of 48.49º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EECD42 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 66 -
CMYK 0 0.14 0.72 0.07
HSL 48.49º 0.83% 0.6% -
HSV(B) 48.49º 0.72% 0.93% -
XYZ 58.07 62.23 14.11 -
YUV 199.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 238 205 66 0 0.14 0.72 0.07 48.49 0.83 0.6
Hex EE CD 42 0 E 48 7 30 53 3C
Octal 356 315 102 0 16 110 7 60 123 74
Binary 11101110 11001101 1000010 0 1110 1001000 111 110000 1010011 111100

Color Harmonies of #EECD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD42

Black with #EECD42

Text Example


Text Example

White with #EECD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD42; }

 p { color: rgb(238,205,66); }

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

background-color css

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

 a { background-color: rgb(238,205,66); }

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

border-color css

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

 span { border-color: rgb(238,205,66); }

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