Html Css Color HEX #EAD110 Broom

📋 copy color: '#EAD110'

red 234 ◦ green 209 ◦ blue 16

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

Shades of Broom #EAD110

Tints of Broom #EAD110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 50.98%
G = 45.53%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAD110 (or 0xEAD110) is known color: Broom. HEX triplet: EA, D1 and 10. RGB value is (234,209,16). Sum of RGB (Red+Green+Blue) = 234+209+16=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD110 is #152EEF. Grayscale: #C3C3C3. Windows color (decimal): -1388272 or 1102314. OLE color: 1102314.

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

Color convert

RGB 234 209 16 -
CMYK 0 0.11 0.93 0.08
HSL 53.12º 0.87% 0.49% -
HSV(B) 53.12º 0.93% 0.92% -
XYZ 56.83 63.13 9.68 -
YUV 194.47 27.28 156.19 -
System Red Green Blue C M Y K H S L
Decimal 234 209 16 0 0.11 0.93 0.08 53.12 0.87 0.49
Hex EA D1 10 0 B 5D 8 35 57 31
Octal 352 321 20 0 13 135 10 65 127 61
Binary 11101010 11010001 10000 0 1011 1011101 1000 110101 1010111 110001

Color Harmonies of #EAD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD110

Black with #EAD110

Text Example


Text Example

White with #EAD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD110; }

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

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

background-color css

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

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

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

border-color css

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

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

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