#E1B902

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

Shades of Sunflower #E1B902

Tints of Sunflower #E1B902

Color information

#E1B902 (or 0xE1B902) is unknown color: approx Sunflower. HEX triplet: E1, B9 and 02. RGB value is (225,185,2). Sum of RGB (Red+Green+Blue) = 225+185+2=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B902 is #1E46FD. Grayscale: #B0B0B0. Windows color (decimal): -1984254 or 178657. OLE color: 178657.

HSL color Cylindrical-coordinate representation of color #E1B902: hue angle of 49.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1B902 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB2251852-
CMYK00.180.990.12
HSL49.24º98.24%44.51%-
HSV(B)49.24º99.11%88.24%-
XYZ48.4150.717.29-
YUV176.129.75162.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.61%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=54.61%
G=44.90%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225185200.180.990.1249.2498.2444.51
HexE1B9201263C31622d
Octal3412712022143146114255
Binary111000011011100110010010110001111001100011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B902; }

 p { color: rgb(225,185,2); }

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

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

 a { background-color: rgb(225,185,2); }

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

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

 span { border-color: rgb(225,185,2); }

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