Html Css Color HEX #E5BA16 Sunflower

📋 copy color: '#E5BA16'

red 229 ◦ green 186 ◦ blue 22

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

Shades of Sunflower #E5BA16

Tints of Sunflower #E5BA16

RGB

 RED value IS 229 (89.84% from 255) = 52.4%

 GREEN value IS 186 (73.05% from 255) = 42.56%

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

R = 52.4%
G = 42.56%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5BA16 (or 0xE5BA16) is known color: Sunflower. HEX triplet: E5, BA and 16. RGB value is (229,186,22). Sum of RGB (Red+Green+Blue) = 229+186+22=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BA16 is #1A45E9. Grayscale: #B4B4B4. Windows color (decimal): -1721834 or 1489637. OLE color: 1489637.

HSL color Cylindrical-coordinate representation of color #E5BA16: hue angle of 47.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5BA16 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 22 -
CMYK 0 0.19 0.90 0.10
HSL 47.54º 0.82% 0.49% -
HSV(B) 47.54º 0.9% 0.9% -
XYZ 50.02 51.83 8.13 -
YUV 180.16 38.75 162.84 -
System Red Green Blue C M Y K H S L
Decimal 229 186 22 0 0.19 0.90 0.10 47.54 0.82 0.49
Hex E5 BA 16 0 13 5A A 30 52 31
Octal 345 272 26 0 23 132 12 60 122 61
Binary 11100101 10111010 10110 0 10011 1011010 1010 110000 1010010 110001

Color Harmonies of #E5BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA16

Black with #E5BA16

Text Example


Text Example

White with #E5BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA16; }

 p { color: rgb(229,186,22); }

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

background-color css

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

 a { background-color: rgb(229,186,22); }

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

border-color css

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

 span { border-color: rgb(229,186,22); }

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