#E3B50A

Color #E3B50A Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #E3B50A

Tints of Sunflower #E3B50A

Color information

#E3B50A (or 0xE3B50A) is unknown color: approx Sunflower. HEX triplet: E3, B5 and 0A. RGB value is (227,181,10). Sum of RGB (Red+Green+Blue) = 227+181+10=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B50A is #1C4AF5. Grayscale: #AFAFAF. Windows color (decimal): -1854198 or 701923. OLE color: 701923.

HSL color Cylindrical-coordinate representation of color #E3B50A: hue angle of 47.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3B50A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB22718110-
CMYK00.200.960.11
HSL47.28º91.56%46.47%-
HSV(B)47.28º95.59%89.02%-
XYZ48.2649.47.28-
YUV175.2634.74164.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.31%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 10 (4.30% from 255) = 2.39%
R=54.31%
G=43.30%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271811000.200.960.1147.2891.5646.47
HexE3B5A01460B2f5c2e
Octal34326512024140135713456
Binary11100011101101011010010100110000010111011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B50A; }

 p { color: rgb(227,181,10); }

 H1.HeaderClassName
 {
   color: #E3B50A;
 }
 .AnyTagClassName
 {
   color: #E3B50A;
 }
</style>
background-color css

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

 a { background-color: rgb(227,181,10); }

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

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

 span { border-color: rgb(227,181,10); }

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