Html Css Color HEX #EECB41 Festival

📋 copy color: '#EECB41'

red 238 ◦ green 203 ◦ blue 65

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

Shades of Festival #EECB41

Tints of Festival #EECB41

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 65 (25.78% from 255) = 12.85%

R = 47.04%
G = 40.12%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EECB41 (or 0xEECB41) is known color: Festival. HEX triplet: EE, CB and 41. RGB value is (238,203,65). Sum of RGB (Red+Green+Blue) = 238+203+65=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB41 is #1134BE. Grayscale: #C6C6C6. Windows color (decimal): -1127615 or 4312046. OLE color: 4312046.

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

Color convert

RGB 238 203 65 -
CMYK 0 0.15 0.73 0.07
HSL 47.86º 0.84% 0.59% -
HSV(B) 47.86º 0.73% 0.93% -
XYZ 57.57 61.27 13.79 -
YUV 197.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 238 203 65 0 0.15 0.73 0.07 47.86 0.84 0.59
Hex EE CB 41 0 F 49 7 30 54 3B
Octal 356 313 101 0 17 111 7 60 124 73
Binary 11101110 11001011 1000001 0 1111 1001001 111 110000 1010100 111011

Color Harmonies of #EECB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB41

Black with #EECB41

Text Example


Text Example

White with #EECB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB41; }

 p { color: rgb(238,203,65); }

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

background-color css

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

 a { background-color: rgb(238,203,65); }

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

border-color css

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

 span { border-color: rgb(238,203,65); }

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