Html Css Color HEX #EAD420 Broom

📋 copy color: '#EAD420'

red 234 ◦ green 212 ◦ blue 32

#EAD420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EAD420

Tints of Broom #EAD420

RGB

 RED value IS 234 (91.8% from 255) = 48.95%

 GREEN value IS 212 (83.2% 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 value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAD420 (or 0xEAD420) is known color: 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

RGB 234 212 32 -
CMYK 0 0.09 0.86 0.08
HSL 53.47º 0.83% 0.52% -
HSV(B) 53.47º 0.86% 0.92% -
XYZ 57.74 64.68 10.81 -
YUV 198.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 234 212 32 0 0.09 0.86 0.08 53.47 0.83 0.52
Hex EA D4 20 0 9 56 8 35 53 34
Octal 352 324 40 0 11 126 10 65 123 64
Binary 11101010 11010100 100000 0 1001 1010110 1000 110101 1010011 110100

Color Harmonies of #EAD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD420

Black with #EAD420

Text Example


Text Example

White with #EAD420

Text Example


Text Example

HTML Codes & Css Web 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>