#EACC28

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

Shades of Broom #EACC28

Tints of Broom #EACC28

Color information

#EACC28 (or 0xEACC28) is unknown color: approx Broom. HEX triplet: EA, CC and 28. RGB value is (234,204,40). Sum of RGB (Red+Green+Blue) = 234+204+40=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC28 is #1533D7. Grayscale: #C2C2C2. Windows color (decimal): -1389528 or 2673898. OLE color: 2673898.

HSL color Cylindrical-coordinate representation of color #EACC28: hue angle of 50.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EACC28 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB23420440-
CMYK00.130.830.08
HSL50.72º82.2%53.73%-
HSV(B)50.72º82.91%91.76%-
XYZ55.9160.8310.8-
YUV194.2740.94156.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 40 (16.02% from 255) = 8.37%
R=48.95%
G=42.68%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342044000.130.830.0850.7282.253.73
HexEACC280D538335236
Octal35231450015123106312266
Binary111010101100110010100001101101001110001100111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC28; }

 p { color: rgb(234,204,40); }

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

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

 a { background-color: rgb(234,204,40); }

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

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

 span { border-color: rgb(234,204,40); }

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