#E2BC09

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

Shades of Sunflower #E2BC09

Tints of Sunflower #E2BC09

Color information

#E2BC09 (or 0xE2BC09) is unknown color: approx Sunflower. HEX triplet: E2, BC and 09. RGB value is (226,188,9). Sum of RGB (Red+Green+Blue) = 226+188+9=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BC09 is #1D43F6. Grayscale: #B3B3B3. Windows color (decimal): -1917943 or 638178. OLE color: 638178.

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

Color convert

RGB2261889-
CMYK00.170.960.11
HSL49.49º92.34%46.08%-
HSV(B)49.49º96.02%88.63%-
XYZ49.452.157.72-
YUV178.9632.09161.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.43%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 2.13%
R=53.43%
G=44.44%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226188900.170.960.1149.4992.3446.08
HexE2BC901160B315c2e
Octal34227411021140136113456
Binary11100010101111001001010001110000010111100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC09; }

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

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

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

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

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

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

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

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