#EDD522

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

Shades of Broom #EDD522

Tints of Broom #EDD522

Color information

#EDD522 (or 0xEDD522) is unknown color: approx Broom. HEX triplet: ED, D5 and 22. RGB value is (237,213,34). Sum of RGB (Red+Green+Blue) = 237+213+34=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD522 is #122ADD. Grayscale: #C8C8C8. Windows color (decimal): -1190622 or 2282989. OLE color: 2282989.

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

Color convert

RGB23721334-
CMYK00.100.860.07
HSL52.91º84.94%53.14%-
HSV(B)52.91º85.65%92.94%-
XYZ59.0165.7111.09-
YUV199.7734.45154.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 34 (13.67% from 255) = 7.02%
R=48.97%
G=44.01%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372133400.100.860.0752.9184.9453.14
HexEDD5220A567355535
Octal3553254201212676512565
Binary11101101110101011000100101010101101111101011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD522; }

 p { color: rgb(237,213,34); }

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

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

 a { background-color: rgb(237,213,34); }

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

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

 span { border-color: rgb(237,213,34); }

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