#EBCA54

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

Shades of Festival #EBCA54

Tints of Festival #EBCA54

Color information

#EBCA54 (or 0xEBCA54) is unknown color: approx Festival. HEX triplet: EB, CA and 54. RGB value is (235,202,84). Sum of RGB (Red+Green+Blue) = 235+202+84=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCA54 is #1435AB. Grayscale: #C6C6C6. Windows color (decimal): -1324460 or 5556971. OLE color: 5556971.

HSL color Cylindrical-coordinate representation of color #EBCA54: hue angle of 46.89º 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 #EBCA54 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23520284-
CMYK00.140.640.08
HSL46.89º79.06%62.55%-
HSV(B)46.89º64.26%92.16%-
XYZ56.9860.5417.07-
YUV198.4263.43154.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 84 (33.20% from 255) = 16.12%
R=45.11%
G=38.77%
B=16.12%

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
Decimal2352028400.140.640.0846.8979.0662.55
HexEBCA540E4082f4f3f
Octal353312124016100105711777
Binary1110101111001010101010001110100000010001011111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA54; }

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

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

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

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

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

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

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

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