Html Css Color HEX #E7BA0E Sunflower

📋 copy color: '#E7BA0E'

red 231 ◦ green 186 ◦ blue 14

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

Shades of Sunflower #E7BA0E

Tints of Sunflower #E7BA0E

RGB

 RED value IS 231 (90.63% from 255) = 53.6%

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

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

R = 53.6%
G = 43.16%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7BA0E (or 0xE7BA0E) is known color: Sunflower. HEX triplet: E7, BA and 0E. RGB value is (231,186,14). Sum of RGB (Red+Green+Blue) = 231+186+14=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BA0E is #1845F1. Grayscale: #B4B4B4. Windows color (decimal): -1590770 or 965351. OLE color: 965351.

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

Color convert

RGB 231 186 14 -
CMYK 0 0.19 0.94 0.09
HSL 47.56º 0.89% 0.48% -
HSV(B) 47.56º 0.94% 0.91% -
XYZ 50.59 52.14 7.81 -
YUV 179.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 231 186 14 0 0.19 0.94 0.09 47.56 0.89 0.48
Hex E7 BA E 0 13 5E 9 30 59 30
Octal 347 272 16 0 23 136 11 60 131 60
Binary 11100111 10111010 1110 0 10011 1011110 1001 110000 1011001 110000

Color Harmonies of #E7BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA0E

Black with #E7BA0E

Text Example


Text Example

White with #E7BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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