Html Css Color HEX #E5BA0A Sunflower

📋 copy color: '#E5BA0A'

red 229 ◦ green 186 ◦ blue 10

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

Shades of Sunflower #E5BA0A

Tints of Sunflower #E5BA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 53.88%
G = 43.76%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5BA0A (or 0xE5BA0A) is known color: Sunflower. HEX triplet: E5, BA and 0A. RGB value is (229,186,10). Sum of RGB (Red+Green+Blue) = 229+186+10=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BA0A is #1A45F5. Grayscale: #B3B3B3. Windows color (decimal): -1721846 or 703205. OLE color: 703205.

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

Color convert

RGB 229 186 10 -
CMYK 0 0.19 0.96 0.10
HSL 48.22º 0.92% 0.47% -
HSV(B) 48.22º 0.96% 0.9% -
XYZ 49.93 51.8 7.65 -
YUV 178.79 32.75 163.81 -
System Red Green Blue C M Y K H S L
Decimal 229 186 10 0 0.19 0.96 0.10 48.22 0.92 0.47
Hex E5 BA A 0 13 60 A 30 5C 2F
Octal 345 272 12 0 23 140 12 60 134 57
Binary 11100101 10111010 1010 0 10011 1100000 1010 110000 1011100 101111

Color Harmonies of #E5BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA0A

Black with #E5BA0A

Text Example


Text Example

White with #E5BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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