#EED529

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

Shades of Broom #EED529

Tints of Broom #EED529

Color information

#EED529 (or 0xEED529) is unknown color: approx Broom. HEX triplet: EE, D5 and 29. RGB value is (238,213,41). Sum of RGB (Red+Green+Blue) = 238+213+41=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EED529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED529 is #112AD6. Grayscale: #C9C9C9. Windows color (decimal): -1125079 or 2741742. OLE color: 2741742.

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

Color convert

RGB23821341-
CMYK00.110.830.07
HSL52.39º85.28%54.71%-
HSV(B)52.39º82.77%93.33%-
XYZ59.4565.9311.69-
YUV200.8737.78154.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.37%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 41 (16.41% from 255) = 8.33%
R=48.37%
G=43.29%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382134100.110.830.0752.3985.2854.71
HexEED5290B537345537
Octal3563255101312376412567
Binary11101110110101011010010101110100111111101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED529; }

 p { color: rgb(238,213,41); }

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

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

 a { background-color: rgb(238,213,41); }

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

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

 span { border-color: rgb(238,213,41); }

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