#EDDA22

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

Shades of Broom #EDDA22

Tints of Broom #EDDA22

Color information

#EDDA22 (or 0xEDDA22) is unknown color: approx Broom. HEX triplet: ED, DA and 22. RGB value is (237,218,34). Sum of RGB (Red+Green+Blue) = 237+218+34=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA22 is #1225DD. Grayscale: #CBCBCB. Windows color (decimal): -1189342 or 2284269. OLE color: 2284269.

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

Color convert

RGB23721834-
CMYK00.080.860.07
HSL54.38º84.94%53.14%-
HSV(B)54.38º85.65%92.94%-
XYZ60.2968.2611.51-
YUV202.732.79152.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 34 (13.67% from 255) = 6.95%
R=48.47%
G=44.58%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372183400.080.860.0754.3884.9453.14
HexEDDA2208567365535
Octal3553324201012676612565
Binary11101101110110101000100100010101101111101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA22; }

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

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

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

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

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

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

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

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