#EBCC49

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

Shades of Festival #EBCC49

Tints of Festival #EBCC49

Color information

#EBCC49 (or 0xEBCC49) is unknown color: approx Festival. HEX triplet: EB, CC and 49. RGB value is (235,204,73). Sum of RGB (Red+Green+Blue) = 235+204+73=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC49 is #1433B6. Grayscale: #C6C6C6. Windows color (decimal): -1323959 or 4836587. OLE color: 4836587.

HSL color Cylindrical-coordinate representation of color #EBCC49: hue angle of 48.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBCC49 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23520473-
CMYK00.130.690.08
HSL48.52º80.2%60.39%-
HSV(B)48.52º68.94%92.16%-
XYZ57.0661.3315.13-
YUV198.3357.27154.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 73 (28.91% from 255) = 14.26%
R=45.90%
G=39.84%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352047300.130.690.0848.5280.260.39
HexEBCC490D45831503c
Octal353314111015105106112074
Binary1110101111001100100100101101100010110001100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC49; }

 p { color: rgb(235,204,73); }

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

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

 a { background-color: rgb(235,204,73); }

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

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

 span { border-color: rgb(235,204,73); }

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