Html Css Color HEX #EAD520 Broom

📋 copy color: '#EAD520'

red 234 ◦ green 213 ◦ blue 32

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

Shades of Broom #EAD520

Tints of Broom #EAD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.47%

 BLUE value IS 32 (12.89% from 255) = 6.68%

R = 48.85%
G = 44.47%
B = 6.68%

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

#EAD520 (or 0xEAD520) is known color: Broom. HEX triplet: EA, D5 and 20. RGB value is (234,213,32). Sum of RGB (Red+Green+Blue) = 234+213+32=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD520 is #152ADF. Grayscale: #C7C7C7. Windows color (decimal): -1387232 or 2151914. OLE color: 2151914.

HSL color Cylindrical-coordinate representation of color #EAD520: hue angle of 53.76º 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 #EAD520 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 32 -
CMYK 0 0.09 0.86 0.08
HSL 53.76º 0.83% 0.52% -
HSV(B) 53.76º 0.86% 0.92% -
XYZ 57.99 65.19 10.89 -
YUV 198.65 33.96 153.22 -
System Red Green Blue C M Y K H S L
Decimal 234 213 32 0 0.09 0.86 0.08 53.76 0.83 0.52
Hex EA D5 20 0 9 56 8 36 53 34
Octal 352 325 40 0 11 126 10 66 123 64
Binary 11101010 11010101 100000 0 1001 1010110 1000 110110 1010011 110100

Color Harmonies of #EAD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD520

Black with #EAD520

Text Example


Text Example

White with #EAD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD520; }

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

 H1.HeaderClassName
 {
   color: #EAD520;
 }
 .AnyTagClassName
 {
   color: #EAD520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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