#E0CD20

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

Shades of Broom #E0CD20

Tints of Broom #E0CD20

Color information

#E0CD20 (or 0xE0CD20) is unknown color: approx Broom. HEX triplet: E0, CD and 20. RGB value is (224,205,32). Sum of RGB (Red+Green+Blue) = 224+205+32=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CD20 is #1F32DF. Grayscale: #BFBFBF. Windows color (decimal): -2044640 or 2149856. OLE color: 2149856.

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

Color convert

RGB22420532-
CMYK00.080.860.12
HSL54.06º75.59%50.2%-
HSV(B)54.06º85.71%87.84%-
XYZ52.8359.6110.09-
YUV190.9638.29151.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 32 (12.89% from 255) = 6.94%
R=48.59%
G=44.47%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242053200.080.860.1254.0675.5950.2
HexE0CD200856C364c32
Octal34031540010126146611462
Binary111000001100110110000001000101011011001101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD20; }

 p { color: rgb(224,205,32); }

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

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

 a { background-color: rgb(224,205,32); }

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

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

 span { border-color: rgb(224,205,32); }

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