#EACF18

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

Shades of Broom #EACF18

Tints of Broom #EACF18

Color information

#EACF18 (or 0xEACF18) is unknown color: approx Broom. HEX triplet: EA, CF and 18. RGB value is (234,207,24). Sum of RGB (Red+Green+Blue) = 234+207+24=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF18 is #1530E7. Grayscale: #C2C2C2. Windows color (decimal): -1388776 or 1626090. OLE color: 1626090.

HSL color Cylindrical-coordinate representation of color #EACF18: hue angle of 52.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EACF18 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23420724-
CMYK00.120.900.08
HSL52.29º83.33%50.59%-
HSV(B)52.29º89.74%91.76%-
XYZ56.4162.189.89-
YUV194.2131.95156.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 24 (9.77% from 255) = 5.16%
R=50.32%
G=44.52%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342072400.120.900.0852.2983.3350.59
HexEACF180C5A8345333
Octal35231730014132106412363
Binary11101010110011111100001100101101010001101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF18; }

 p { color: rgb(234,207,24); }

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

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

 a { background-color: rgb(234,207,24); }

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

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

 span { border-color: rgb(234,207,24); }

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