#EAD420

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

Shades of Broom #EAD420

Tints of Broom #EAD420

Color information

#EAD420 (or 0xEAD420) is unknown color: approx Broom. HEX triplet: EA, D4 and 20. RGB value is (234,212,32). Sum of RGB (Red+Green+Blue) = 234+212+32=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD420 is #152BDF. Grayscale: #C6C6C6. Windows color (decimal): -1387488 or 2151658. OLE color: 2151658.

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

Color convert

RGB23421232-
CMYK00.090.860.08
HSL53.47º82.79%52.16%-
HSV(B)53.47º86.32%91.76%-
XYZ57.7464.6810.81-
YUV198.0634.29153.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 32 (12.89% from 255) = 6.69%
R=48.95%
G=44.35%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342123200.090.860.0853.4782.7952.16
HexEAD42009568355334
Octal35232440011126106512364
Binary111010101101010010000001001101011010001101011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD420; }

 p { color: rgb(234,212,32); }

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

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

 a { background-color: rgb(234,212,32); }

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

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

 span { border-color: rgb(234,212,32); }

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