#E2BC0F

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

Shades of Sunflower #E2BC0F

Tints of Sunflower #E2BC0F

Color information

#E2BC0F (or 0xE2BC0F) is unknown color: approx Sunflower. HEX triplet: E2, BC and 0F. RGB value is (226,188,15). Sum of RGB (Red+Green+Blue) = 226+188+15=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BC0F is #1D43F0. Grayscale: #B4B4B4. Windows color (decimal): -1917937 or 1031394. OLE color: 1031394.

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

Color convert

RGB22618815-
CMYK00.170.930.11
HSL49.19º87.55%47.25%-
HSV(B)49.19º93.36%88.63%-
XYZ49.4352.177.92-
YUV179.6435.09161.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.68%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=52.68%
G=43.82%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261881500.170.930.1149.1987.5547.25
HexE2BCF0115DB31582f
Octal34227417021135136113057
Binary11100010101111001111010001101110110111100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC0F; }

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

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

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

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

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

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

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

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