#EAD245

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

Shades of Festival #EAD245

Tints of Festival #EAD245

Color information

#EAD245 (or 0xEAD245) is unknown color: approx Festival. HEX triplet: EA, D2 and 45. RGB value is (234,210,69). Sum of RGB (Red+Green+Blue) = 234+210+69=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD245 is #152DBA. Grayscale: #C9C9C9. Windows color (decimal): -1387963 or 4575978. OLE color: 4575978.

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

Color convert

RGB23421069-
CMYK00.100.710.08
HSL51.27º79.71%59.41%-
HSV(B)51.27º70.51%91.76%-
XYZ58.0564.0214.93-
YUV201.153.45151.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 69 (27.34% from 255) = 13.45%
R=45.61%
G=40.94%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342106900.100.710.0851.2779.7159.41
HexEAD2450A47833503b
Octal352322105012107106312073
Binary1110101011010010100010101010100011110001100111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD245; }

 p { color: rgb(234,210,69); }

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

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

 a { background-color: rgb(234,210,69); }

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

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

 span { border-color: rgb(234,210,69); }

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