Html Css Color HEX #EECC50 Festival

📋 copy color: '#EECC50'

red 238 ◦ green 204 ◦ blue 80

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

Shades of Festival #EECC50

Tints of Festival #EECC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 80 (31.64% from 255) = 15.33%

R = 45.59%
G = 39.08%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EECC50 (or 0xEECC50) is known color: Festival. HEX triplet: EE, CC and 50. RGB value is (238,204,80). Sum of RGB (Red+Green+Blue) = 238+204+80=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC50 is #1133AF. Grayscale: #C8C8C8. Windows color (decimal): -1127344 or 5295342. OLE color: 5295342.

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

Color convert

RGB 238 204 80 -
CMYK 0 0.14 0.66 0.07
HSL 47.09º 0.82% 0.62% -
HSV(B) 47.09º 0.66% 0.93% -
XYZ 58.3 61.94 16.47 -
YUV 200.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 238 204 80 0 0.14 0.66 0.07 47.09 0.82 0.62
Hex EE CC 50 0 E 42 7 2F 52 3E
Octal 356 314 120 0 16 102 7 57 122 76
Binary 11101110 11001100 1010000 0 1110 1000010 111 101111 1010010 111110

Color Harmonies of #EECC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC50

Black with #EECC50

Text Example


Text Example

White with #EECC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC50; }

 p { color: rgb(238,204,80); }

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

background-color css

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

 a { background-color: rgb(238,204,80); }

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

border-color css

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

 span { border-color: rgb(238,204,80); }

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