Html Css Color HEX #EAD120 Broom

📋 copy color: '#EAD120'

red 234 ◦ green 209 ◦ blue 32

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

Shades of Broom #EAD120

Tints of Broom #EAD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

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

R = 49.26%
G = 44%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAD120 (or 0xEAD120) is known color: Broom. HEX triplet: EA, D1 and 20. RGB value is (234,209,32). Sum of RGB (Red+Green+Blue) = 234+209+32=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD120 is #152EDF. Grayscale: #C5C5C5. Windows color (decimal): -1388256 or 2150890. OLE color: 2150890.

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

Color convert

RGB 234 209 32 -
CMYK 0 0.11 0.86 0.08
HSL 52.57º 0.83% 0.52% -
HSV(B) 52.57º 0.86% 0.92% -
XYZ 56.99 63.2 10.56 -
YUV 196.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 234 209 32 0 0.11 0.86 0.08 52.57 0.83 0.52
Hex EA D1 20 0 B 56 8 35 53 34
Octal 352 321 40 0 13 126 10 65 123 64
Binary 11101010 11010001 100000 0 1011 1010110 1000 110101 1010011 110100

Color Harmonies of #EAD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD120

Black with #EAD120

Text Example


Text Example

White with #EAD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD120; }

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

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

background-color css

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

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

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

border-color css

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

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

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