#EAD544

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

Shades of Festival #EAD544

Tints of Festival #EAD544

Color information

#EAD544 (or 0xEAD544) is unknown color: approx Festival. HEX triplet: EA, D5 and 44. RGB value is (234,213,68). Sum of RGB (Red+Green+Blue) = 234+213+68=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD544 is #152ABB. Grayscale: #CBCBCB. Windows color (decimal): -1387196 or 4511210. OLE color: 4511210.

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

Color convert

RGB23421368-
CMYK00.090.710.08
HSL52.41º79.81%59.22%-
HSV(B)52.41º70.94%91.76%-
XYZ58.7765.515.01-
YUV202.7551.96150.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 68 (26.95% from 255) = 13.20%
R=45.44%
G=41.36%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342136800.090.710.0852.4179.8159.22
HexEAD5440947834503b
Octal352325104011107106412073
Binary1110101011010101100010001001100011110001101001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD544; }

 p { color: rgb(234,213,68); }

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

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

 a { background-color: rgb(234,213,68); }

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

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

 span { border-color: rgb(234,213,68); }

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