#E0D01F

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

Shades of Broom #E0D01F

Tints of Broom #E0D01F

Color information

#E0D01F (or 0xE0D01F) is unknown color: approx Broom. HEX triplet: E0, D0 and 1F. RGB value is (224,208,31). Sum of RGB (Red+Green+Blue) = 224+208+31=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D01F is #1F2FE0. Grayscale: #C1C1C1. Windows color (decimal): -2043873 or 2085088. OLE color: 2085088.

HSL color Cylindrical-coordinate representation of color #E0D01F: hue angle of 55.03º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0D01F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22420831-
CMYK00.070.860.12
HSL55.03º75.69%50%-
HSV(B)55.03º86.16%87.84%-
XYZ53.5461.0610.26-
YUV192.6136.8150.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 31 (12.5% from 255) = 6.70%
R=48.38%
G=44.92%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242083100.070.860.1255.0375.6950
HexE0D01F0756C374c32
Octal3403203707126146711462
Binary1110000011010000111110111101011011001101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D01F; }

 p { color: rgb(224,208,31); }

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

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

 a { background-color: rgb(224,208,31); }

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

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

 span { border-color: rgb(224,208,31); }

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