#EAD915

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

Shades of Broom #EAD915

Tints of Broom #EAD915

Color information

#EAD915 (or 0xEAD915) is unknown color: approx Broom. HEX triplet: EA, D9 and 15. RGB value is (234,217,21). Sum of RGB (Red+Green+Blue) = 234+217+21=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD915 is #1526EA. Grayscale: #C8C8C8. Windows color (decimal): -1386219 or 1432042. OLE color: 1432042.

HSL color Cylindrical-coordinate representation of color #EAD915: hue angle of 55.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAD915 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23421721-
CMYK00.070.910.08
HSL55.21º83.53%50%-
HSV(B)55.21º91.03%91.76%-
XYZ58.8867.1710.57-
YUV199.7427.13152.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.58%
GREEN value IS 217 (85.16% from 255) = 45.97%
BLUE value IS 21 (8.59% from 255) = 4.45%
R=49.58%
G=45.97%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342172100.070.910.0855.2183.5350
HexEAD915075B8375432
Octal3523312507133106712462
Binary1110101011011001101010111101101110001101111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD915; }

 p { color: rgb(234,217,21); }

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

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

 a { background-color: rgb(234,217,21); }

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

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

 span { border-color: rgb(234,217,21); }

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