Html Css Color HEX #EAD115 Broom

📋 copy color: '#EAD115'

red 234 ◦ green 209 ◦ blue 21

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

Shades of Broom #EAD115

Tints of Broom #EAD115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.53%

R = 50.43%
G = 45.04%
B = 4.53%

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

#EAD115 (or 0xEAD115) is known color: Broom. HEX triplet: EA, D1 and 15. RGB value is (234,209,21). Sum of RGB (Red+Green+Blue) = 234+209+21=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD115 is #152EEA. Grayscale: #C3C3C3. Windows color (decimal): -1388267 or 1429994. OLE color: 1429994.

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

Color convert

RGB 234 209 21 -
CMYK 0 0.11 0.91 0.08
HSL 52.96º 0.84% 0.5% -
HSV(B) 52.96º 0.91% 0.92% -
XYZ 56.87 63.15 9.9 -
YUV 195.04 29.78 155.79 -
System Red Green Blue C M Y K H S L
Decimal 234 209 21 0 0.11 0.91 0.08 52.96 0.84 0.5
Hex EA D1 15 0 B 5B 8 35 54 32
Octal 352 321 25 0 13 133 10 65 124 62
Binary 11101010 11010001 10101 0 1011 1011011 1000 110101 1010100 110010

Color Harmonies of #EAD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD115

Black with #EAD115

Text Example


Text Example

White with #EAD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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