#E5D60E

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

Shades of Broom #E5D60E

Tints of Broom #E5D60E

Color information

#E5D60E (or 0xE5D60E) is unknown color: approx Broom. HEX triplet: E5, D6 and 0E. RGB value is (229,214,14). Sum of RGB (Red+Green+Blue) = 229+214+14=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D60E is #1A29F1. Grayscale: #C4C4C4. Windows color (decimal): -1714674 or 972517. OLE color: 972517.

HSL color Cylindrical-coordinate representation of color #E5D60E: hue angle of 55.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5D60E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB22921414-
CMYK00.070.940.10
HSL55.81º88.48%47.65%-
HSV(B)55.81º93.89%89.8%-
XYZ56.4464.789.95-
YUV195.6825.47151.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 14 (5.86% from 255) = 3.06%
R=50.11%
G=46.83%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292141400.070.940.1055.8188.4847.65
HexE5D6E075EA385830
Octal3453261607136127013060
Binary111001011101011011100111101111010101110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D60E; }

 p { color: rgb(229,214,14); }

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

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

 a { background-color: rgb(229,214,14); }

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

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

 span { border-color: rgb(229,214,14); }

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