#E0CD2E

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

Shades of Broom #E0CD2E

Tints of Broom #E0CD2E

Color information

#E0CD2E (or 0xE0CD2E) is unknown color: approx Broom. HEX triplet: E0, CD and 2E. RGB value is (224,205,46). Sum of RGB (Red+Green+Blue) = 224+205+46=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CD2E is #1F32D1. Grayscale: #C1C1C1. Windows color (decimal): -2044626 or 3067360. OLE color: 3067360.

HSL color Cylindrical-coordinate representation of color #E0CD2E: hue angle of 53.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0CD2E is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB22420546-
CMYK00.080.790.12
HSL53.6º74.17%52.94%-
HSV(B)53.6º79.46%87.84%-
XYZ53.0659.7111.31-
YUV192.5545.29150.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 46 (18.36% from 255) = 9.68%
R=47.16%
G=43.16%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242054600.080.790.1253.674.1752.94
HexE0CD2E084FC364a35
Octal34031556010117146611265
Binary111000001100110110111001000100111111001101101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD2E; }

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

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

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

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

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

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

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

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