#E2B510

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

Shades of Sunflower #E2B510

Tints of Sunflower #E2B510

Color information

#E2B510 (or 0xE2B510) is unknown color: approx Sunflower. HEX triplet: E2, B5 and 10. RGB value is (226,181,16). Sum of RGB (Red+Green+Blue) = 226+181+16=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B510 is #1D4AEF. Grayscale: #B0B0B0. Windows color (decimal): -1919728 or 1095138. OLE color: 1095138.

HSL color Cylindrical-coordinate representation of color #E2B510: hue angle of 47.14º degrees, saturation: 0.87, 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 #E2B510 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB22618116-
CMYK00.200.930.11
HSL47.14º86.78%47.45%-
HSV(B)47.14º92.92%88.63%-
XYZ47.9849.257.47-
YUV175.6437.91163.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.43%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 16 (6.64% from 255) = 3.78%
R=53.43%
G=42.79%
B=3.78%

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
Decimal2261811600.200.930.1147.1486.7847.45
HexE2B5100145DB2f572f
Octal34226520024135135712757
Binary111000101011010110000010100101110110111011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B510; }

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

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

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

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

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

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

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

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