Html Css Color HEX #EAD320 Broom

📋 copy color: '#EAD320'

red 234 ◦ green 211 ◦ blue 32

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

Shades of Broom #EAD320

Tints of Broom #EAD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

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

R = 49.06%
G = 44.23%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAD320 (or 0xEAD320) is known color: Broom. HEX triplet: EA, D3 and 20. RGB value is (234,211,32). Sum of RGB (Red+Green+Blue) = 234+211+32=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD320 is #152CDF. Grayscale: #C6C6C6. Windows color (decimal): -1387744 or 2151402. OLE color: 2151402.

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

Color convert

RGB 234 211 32 -
CMYK 0 0.10 0.86 0.08
HSL 53.17º 0.83% 0.52% -
HSV(B) 53.17º 0.86% 0.92% -
XYZ 57.49 64.19 10.73 -
YUV 197.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 234 211 32 0 0.10 0.86 0.08 53.17 0.83 0.52
Hex EA D3 20 0 A 56 8 35 53 34
Octal 352 323 40 0 12 126 10 65 123 64
Binary 11101010 11010011 100000 0 1010 1010110 1000 110101 1010011 110100

Color Harmonies of #EAD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD320

Black with #EAD320

Text Example


Text Example

White with #EAD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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