Html Css Color HEX #EECD4D Festival

📋 copy color: '#EECD4D'

red 238 ◦ green 205 ◦ blue 77

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

Shades of Festival #EECD4D

Tints of Festival #EECD4D

RGB

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

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

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

R = 45.77%
G = 39.42%
B = 14.81%

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

#EECD4D (or 0xEECD4D) is known color: Festival. HEX triplet: EE, CD and 4D. RGB value is (238,205,77). Sum of RGB (Red+Green+Blue) = 238+205+77=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD4D is #1132B2. Grayscale: #C8C8C8. Windows color (decimal): -1127091 or 5098990. OLE color: 5098990.

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

Color convert

RGB 238 205 77 -
CMYK 0 0.14 0.68 0.07
HSL 47.7º 0.83% 0.62% -
HSV(B) 47.7º 0.68% 0.93% -
XYZ 58.43 62.38 15.98 -
YUV 200.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 238 205 77 0 0.14 0.68 0.07 47.7 0.83 0.62
Hex EE CD 4D 0 E 44 7 30 53 3E
Octal 356 315 115 0 16 104 7 60 123 76
Binary 11101110 11001101 1001101 0 1110 1000100 111 110000 1010011 111110

Color Harmonies of #EECD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD4D

Black with #EECD4D

Text Example


Text Example

White with #EECD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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