#EBCB54

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

Shades of Festival #EBCB54

Tints of Festival #EBCB54

Color information

#EBCB54 (or 0xEBCB54) is unknown color: approx Festival. HEX triplet: EB, CB and 54. RGB value is (235,203,84). Sum of RGB (Red+Green+Blue) = 235+203+84=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB54 is #1434AB. Grayscale: #C7C7C7. Windows color (decimal): -1324204 or 5557227. OLE color: 5557227.

HSL color Cylindrical-coordinate representation of color #EBCB54: hue angle of 47.28º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBCB54 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23520384-
CMYK00.140.640.08
HSL47.28º79.06%62.55%-
HSV(B)47.28º64.26%92.16%-
XYZ57.2261.0117.15-
YUV19963.1153.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 84 (33.20% from 255) = 16.09%
R=45.02%
G=38.89%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352038400.140.640.0847.2879.0662.55
HexEBCB540E4082f4f3f
Octal353313124016100105711777
Binary1110101111001011101010001110100000010001011111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB54; }

 p { color: rgb(235,203,84); }

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

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

 a { background-color: rgb(235,203,84); }

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

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

 span { border-color: rgb(235,203,84); }

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