#EED428

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

Shades of Broom #EED428

Tints of Broom #EED428

Color information

#EED428 (or 0xEED428) is unknown color: approx Broom. HEX triplet: EE, D4 and 28. RGB value is (238,212,40). Sum of RGB (Red+Green+Blue) = 238+212+40=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EED428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED428 is #112BD7. Grayscale: #C8C8C8. Windows color (decimal): -1125336 or 2675950. OLE color: 2675950.

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

Color convert

RGB23821240-
CMYK00.110.830.07
HSL52.12º85.34%54.51%-
HSV(B)52.12º83.19%93.33%-
XYZ59.1965.4211.51-
YUV200.1737.61154.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.57%
GREEN value IS 212 (83.20% from 255) = 43.27%
BLUE value IS 40 (16.02% from 255) = 8.16%
R=48.57%
G=43.27%
B=8.16%

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
Decimal2382124000.110.830.0752.1285.3454.51
HexEED4280B537345537
Octal3563245001312376412567
Binary11101110110101001010000101110100111111101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED428; }

 p { color: rgb(238,212,40); }

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

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

 a { background-color: rgb(238,212,40); }

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

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

 span { border-color: rgb(238,212,40); }

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