Html Css Color HEX #EECB49 Festival

📋 copy color: '#EECB49'

red 238 ◦ green 203 ◦ blue 73

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

Shades of Festival #EECB49

Tints of Festival #EECB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.2%

R = 46.3%
G = 39.49%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EECB49 (or 0xEECB49) is known color: Festival. HEX triplet: EE, CB and 49. RGB value is (238,203,73). Sum of RGB (Red+Green+Blue) = 238+203+73=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB49 is #1134B6. Grayscale: #C7C7C7. Windows color (decimal): -1127607 or 4836334. OLE color: 4836334.

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

Color convert

RGB 238 203 73 -
CMYK 0 0.15 0.69 0.07
HSL 47.27º 0.83% 0.61% -
HSV(B) 47.27º 0.69% 0.93% -
XYZ 57.82 61.37 15.1 -
YUV 198.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 238 203 73 0 0.15 0.69 0.07 47.27 0.83 0.61
Hex EE CB 49 0 F 45 7 2F 53 3D
Octal 356 313 111 0 17 105 7 57 123 75
Binary 11101110 11001011 1001001 0 1111 1000101 111 101111 1010011 111101

Color Harmonies of #EECB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB49

Black with #EECB49

Text Example


Text Example

White with #EECB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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