#EACD1A

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

Shades of Broom #EACD1A

Tints of Broom #EACD1A

Color information

#EACD1A (or 0xEACD1A) is unknown color: approx Broom. HEX triplet: EA, CD and 1A. RGB value is (234,205,26). Sum of RGB (Red+Green+Blue) = 234+205+26=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1A is #1532E5. Grayscale: #C2C2C2. Windows color (decimal): -1389286 or 1756650. OLE color: 1756650.

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

Color convert

RGB23420526-
CMYK00.120.890.08
HSL51.63º83.2%50.98%-
HSV(B)51.63º88.89%91.76%-
XYZ55.9561.239.85-
YUV193.2633.61157.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 26 (10.55% from 255) = 5.59%
R=50.32%
G=44.09%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342052600.120.890.0851.6383.250.98
HexEACD1A0C598345333
Octal35231532014131106412363
Binary11101010110011011101001100101100110001101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD1A; }

 p { color: rgb(234,205,26); }

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

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

 a { background-color: rgb(234,205,26); }

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

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

 span { border-color: rgb(234,205,26); }

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