#e2b50f

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

Shades of Sunflower #E2B50F

Tints of Sunflower #E2B50F

Color information

#E2B50F (or 0xE2B50F) is unknown color: approx Sunflower. HEX triplet: E2, B5 and 0F. RGB value is (226,181,15). Sum of RGB (Red+Green+Blue) = 226+181+15=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B50F is #1D4AF0. Grayscale: #B0B0B0. Windows color (decimal): -1919729 or 1029602. OLE color: 1029602.

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

Color convert

RGB22618115-
CMYK00.200.930.11
HSL47.2º87.55%47.25%-
HSV(B)47.2º93.36%88.63%-
XYZ47.9749.257.43-
YUV175.5337.41164-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.55%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=53.55%
G=42.89%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261811500.200.930.1147.287.5547.25
HexE2B5F0145DB2f582f
Octal34226517024135135713057
Binary11100010101101011111010100101110110111011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b50f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b50f; }

 p { color: rgb(226,181,15); }

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

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

 a { background-color: rgb(226,181,15); }

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

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

 span { border-color: rgb(226,181,15); }

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