#E2BA0F

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

Shades of Sunflower #E2BA0F

Tints of Sunflower #E2BA0F

Color information

#E2BA0F (or 0xE2BA0F) is unknown color: approx Sunflower. HEX triplet: E2, BA and 0F. RGB value is (226,186,15). Sum of RGB (Red+Green+Blue) = 226+186+15=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BA0F is #1D45F0. Grayscale: #B3B3B3. Windows color (decimal): -1918449 or 1030882. OLE color: 1030882.

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

Color convert

RGB22618615-
CMYK00.180.930.11
HSL48.63º87.55%47.25%-
HSV(B)48.63º93.36%88.63%-
XYZ49.0151.327.77-
YUV178.4735.75161.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.93%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 15 (6.25% from 255) = 3.51%
R=52.93%
G=43.56%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261861500.180.930.1148.6387.5547.25
HexE2BAF0125DB31582f
Octal34227217022135136113057
Binary11100010101110101111010010101110110111100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BA0F; }

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

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

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

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

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

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

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

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