Html Css Color HEX #EAD111 Broom

📋 copy color: '#EAD111'

red 234 ◦ green 209 ◦ blue 17

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

Shades of Broom #EAD111

Tints of Broom #EAD111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.7%

R = 50.87%
G = 45.43%
B = 3.7%

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

#EAD111 (or 0xEAD111) is known color: Broom. HEX triplet: EA, D1 and 11. RGB value is (234,209,17). Sum of RGB (Red+Green+Blue) = 234+209+17=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD111 is #152EEE. Grayscale: #C3C3C3. Windows color (decimal): -1388271 or 1167850. OLE color: 1167850.

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

Color convert

RGB 234 209 17 -
CMYK 0 0.11 0.93 0.08
HSL 53.09º 0.86% 0.49% -
HSV(B) 53.09º 0.93% 0.92% -
XYZ 56.83 63.13 9.72 -
YUV 194.59 27.78 156.11 -
System Red Green Blue C M Y K H S L
Decimal 234 209 17 0 0.11 0.93 0.08 53.09 0.86 0.49
Hex EA D1 11 0 B 5D 8 35 56 31
Octal 352 321 21 0 13 135 10 65 126 61
Binary 11101010 11010001 10001 0 1011 1011101 1000 110101 1010110 110001

Color Harmonies of #EAD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD111

Black with #EAD111

Text Example


Text Example

White with #EAD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD111; }

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

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

background-color css

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

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

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

border-color css

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

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

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