#E1BA0B

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

Shades of Sunflower #E1BA0B

Tints of Sunflower #E1BA0B

Color information

#E1BA0B (or 0xE1BA0B) is unknown color: approx Sunflower. HEX triplet: E1, BA and 0B. RGB value is (225,186,11). Sum of RGB (Red+Green+Blue) = 225+186+11=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA0B is #1E45F4. Grayscale: #B2B2B2. Windows color (decimal): -1983989 or 768737. OLE color: 768737.

HSL color Cylindrical-coordinate representation of color #E1BA0B: hue angle of 49.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1BA0B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB22518611-
CMYK00.170.950.12
HSL49.07º90.68%46.27%-
HSV(B)49.07º95.11%88.24%-
XYZ48.6751.157.62-
YUV177.7133.92161.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 11 (4.69% from 255) = 2.61%
R=53.32%
G=44.08%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251861100.170.950.1249.0790.6846.27
HexE1BAB0115FC315b2e
Octal34127213021137146113356
Binary11100001101110101011010001101111111001100011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA0B; }

 p { color: rgb(225,186,11); }

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

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

 a { background-color: rgb(225,186,11); }

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

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

 span { border-color: rgb(225,186,11); }

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