Html Css Color HEX #EAD112 Broom

📋 copy color: '#EAD112'

red 234 ◦ green 209 ◦ blue 18

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

Shades of Broom #EAD112

Tints of Broom #EAD112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 50.76%
G = 45.34%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAD112 (or 0xEAD112) is known color: Broom. HEX triplet: EA, D1 and 12. RGB value is (234,209,18). Sum of RGB (Red+Green+Blue) = 234+209+18=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD112 is #152EED. Grayscale: #C3C3C3. Windows color (decimal): -1388270 or 1233386. OLE color: 1233386.

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

Color convert

RGB 234 209 18 -
CMYK 0 0.11 0.92 0.08
HSL 53.06º 0.86% 0.49% -
HSV(B) 53.06º 0.92% 0.92% -
XYZ 56.84 63.14 9.76 -
YUV 194.7 28.28 156.03 -
System Red Green Blue C M Y K H S L
Decimal 234 209 18 0 0.11 0.92 0.08 53.06 0.86 0.49
Hex EA D1 12 0 B 5C 8 35 56 31
Octal 352 321 22 0 13 134 10 65 126 61
Binary 11101010 11010001 10010 0 1011 1011100 1000 110101 1010110 110001

Color Harmonies of #EAD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD112

Black with #EAD112

Text Example


Text Example

White with #EAD112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD112; }

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

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

background-color css

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

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

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

border-color css

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

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

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