Html Css Color HEX #EECC4D Festival

📋 copy color: '#EECC4D'

red 238 ◦ green 204 ◦ blue 77

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

Shades of Festival #EECC4D

Tints of Festival #EECC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 45.86%
G = 39.31%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EECC4D (or 0xEECC4D) is known color: Festival. HEX triplet: EE, CC and 4D. RGB value is (238,204,77). Sum of RGB (Red+Green+Blue) = 238+204+77=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC4D is #1133B2. Grayscale: #C8C8C8. Windows color (decimal): -1127347 or 5098734. OLE color: 5098734.

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

Color convert

RGB 238 204 77 -
CMYK 0 0.14 0.68 0.07
HSL 47.33º 0.83% 0.62% -
HSV(B) 47.33º 0.68% 0.93% -
XYZ 58.19 61.9 15.9 -
YUV 199.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 238 204 77 0 0.14 0.68 0.07 47.33 0.83 0.62
Hex EE CC 4D 0 E 44 7 2F 53 3E
Octal 356 314 115 0 16 104 7 57 123 76
Binary 11101110 11001100 1001101 0 1110 1000100 111 101111 1010011 111110

Color Harmonies of #EECC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC4D

Black with #EECC4D

Text Example


Text Example

White with #EECC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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