Html Css Color HEX #E5BA0E Sunflower

📋 copy color: '#E5BA0E'

red 229 ◦ green 186 ◦ blue 14

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

Shades of Sunflower #E5BA0E

Tints of Sunflower #E5BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 53.38%
G = 43.36%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5BA0E (or 0xE5BA0E) is known color: Sunflower. HEX triplet: E5, BA and 0E. RGB value is (229,186,14). Sum of RGB (Red+Green+Blue) = 229+186+14=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BA0E is #1A45F1. Grayscale: #B3B3B3. Windows color (decimal): -1721842 or 965349. OLE color: 965349.

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

Color convert

RGB 229 186 14 -
CMYK 0 0.19 0.94 0.10
HSL 48º 0.88% 0.48% -
HSV(B) 48º 0.94% 0.9% -
XYZ 49.95 51.81 7.78 -
YUV 179.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 229 186 14 0 0.19 0.94 0.10 48 0.88 0.48
Hex E5 BA E 0 13 5E A 30 58 30
Octal 345 272 16 0 23 136 12 60 130 60
Binary 11100101 10111010 1110 0 10011 1011110 1010 110000 1011000 110000

Color Harmonies of #E5BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA0E

Black with #E5BA0E

Text Example


Text Example

White with #E5BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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