#EDD224

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

Shades of Broom #EDD224

Tints of Broom #EDD224

Color information

#EDD224 (or 0xEDD224) is unknown color: approx Broom. HEX triplet: ED, D2 and 24. RGB value is (237,210,36). Sum of RGB (Red+Green+Blue) = 237+210+36=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD224 is #122DDB. Grayscale: #C6C6C6. Windows color (decimal): -1191388 or 2413293. OLE color: 2413293.

HSL color Cylindrical-coordinate representation of color #EDD224: hue angle of 51.94º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDD224 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB23721036-
CMYK00.110.850.07
HSL51.94º84.81%53.53%-
HSV(B)51.94º84.81%92.94%-
XYZ58.2964.2310.99-
YUV198.2436.45155.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 36 (14.45% from 255) = 7.45%
R=49.07%
G=43.48%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372103600.110.850.0751.9484.8153.53
HexEDD2240B557345536
Octal3553224401312576412566
Binary11101101110100101001000101110101011111101001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD224; }

 p { color: rgb(237,210,36); }

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

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

 a { background-color: rgb(237,210,36); }

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

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

 span { border-color: rgb(237,210,36); }

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