Html Css Color HEX #EECB50 Festival

📋 copy color: '#EECB50'

red 238 ◦ green 203 ◦ blue 80

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

Shades of Festival #EECB50

Tints of Festival #EECB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.36%

R = 45.68%
G = 38.96%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EECB50 (or 0xEECB50) is known color: Festival. HEX triplet: EE, CB and 50. RGB value is (238,203,80). Sum of RGB (Red+Green+Blue) = 238+203+80=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB50 is #1134AF. Grayscale: #C7C7C7. Windows color (decimal): -1127600 or 5295086. OLE color: 5295086.

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

Color convert

RGB 238 203 80 -
CMYK 0 0.15 0.66 0.07
HSL 46.71º 0.82% 0.62% -
HSV(B) 46.71º 0.66% 0.93% -
XYZ 58.06 61.47 16.39 -
YUV 199.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 238 203 80 0 0.15 0.66 0.07 46.71 0.82 0.62
Hex EE CB 50 0 F 42 7 2F 52 3E
Octal 356 313 120 0 17 102 7 57 122 76
Binary 11101110 11001011 1010000 0 1111 1000010 111 101111 1010010 111110

Color Harmonies of #EECB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB50

Black with #EECB50

Text Example


Text Example

White with #EECB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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