#eccb4b

Color #ECCB4B Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #ECCB4B

Tints of Festival #ECCB4B

Color information

#ECCB4B (or 0xECCB4B) is unknown color: approx Festival. HEX triplet: EC, CB and 4B. RGB value is (236,203,75). Sum of RGB (Red+Green+Blue) = 236+203+75=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB4B is #1334B4. Grayscale: #C6C6C6. Windows color (decimal): -1258677 or 4967404. OLE color: 4967404.

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

Color convert

RGB23620375-
CMYK00.140.680.07
HSL47.7º80.9%60.98%-
HSV(B)47.7º68.22%92.55%-
XYZ57.2261.0515.43-
YUV198.2758.43154.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 75 (29.69% from 255) = 14.59%
R=45.91%
G=39.49%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362037500.140.680.0747.780.960.98
HexECCB4B0E44730513d
Octal35431311301610476012175
Binary111011001100101110010110111010001001111100001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eccb4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eccb4b; }

 p { color: rgb(236,203,75); }

 H1.HeaderClassName
 {
   color: #eccb4b;
 }
 .AnyTagClassName
 {
   color: #eccb4b;
 }
</style>
background-color css

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

 a { background-color: rgb(236,203,75); }

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

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

 span { border-color: rgb(236,203,75); }

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