Html Css Color HEX #EAD116 Broom

📋 copy color: '#EAD116'

red 234 ◦ green 209 ◦ blue 22

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

Shades of Broom #EAD116

Tints of Broom #EAD116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.73%

R = 50.32%
G = 44.95%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAD116 (or 0xEAD116) is known color: Broom. HEX triplet: EA, D1 and 16. RGB value is (234,209,22). Sum of RGB (Red+Green+Blue) = 234+209+22=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD116 is #152EE9. Grayscale: #C3C3C3. Windows color (decimal): -1388266 or 1495530. OLE color: 1495530.

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

Color convert

RGB 234 209 22 -
CMYK 0 0.11 0.91 0.08
HSL 52.92º 0.83% 0.5% -
HSV(B) 52.92º 0.91% 0.92% -
XYZ 56.88 63.15 9.95 -
YUV 195.16 30.28 155.71 -
System Red Green Blue C M Y K H S L
Decimal 234 209 22 0 0.11 0.91 0.08 52.92 0.83 0.5
Hex EA D1 16 0 B 5B 8 35 53 32
Octal 352 321 26 0 13 133 10 65 123 62
Binary 11101010 11010001 10110 0 1011 1011011 1000 110101 1010011 110010

Color Harmonies of #EAD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD116

Black with #EAD116

Text Example


Text Example

White with #EAD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD116; }

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

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

background-color css

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

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

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

border-color css

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

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

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