Html Css Color HEX #EECD40 Festival

📋 copy color: '#EECD40'

red 238 ◦ green 205 ◦ blue 64

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

Shades of Festival #EECD40

Tints of Festival #EECD40

RGB

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

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

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

R = 46.94%
G = 40.43%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EECD40 (or 0xEECD40) is known color: Festival. HEX triplet: EE, CD and 40. RGB value is (238,205,64). Sum of RGB (Red+Green+Blue) = 238+205+64=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD40 is #1132BF. Grayscale: #C7C7C7. Windows color (decimal): -1127104 or 4247022. OLE color: 4247022.

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

Color convert

RGB 238 205 64 -
CMYK 0 0.14 0.73 0.07
HSL 48.62º 0.84% 0.59% -
HSV(B) 48.62º 0.73% 0.93% -
XYZ 58.02 62.21 13.8 -
YUV 198.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 238 205 64 0 0.14 0.73 0.07 48.62 0.84 0.59
Hex EE CD 40 0 E 49 7 31 54 3B
Octal 356 315 100 0 16 111 7 61 124 73
Binary 11101110 11001101 1000000 0 1110 1001001 111 110001 1010100 111011

Color Harmonies of #EECD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD40

Black with #EECD40

Text Example


Text Example

White with #EECD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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