#E1B802

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

Shades of Sunflower #E1B802

Tints of Sunflower #E1B802

Color information

#E1B802 (or 0xE1B802) is unknown color: approx Sunflower. HEX triplet: E1, B8 and 02. RGB value is (225,184,2). Sum of RGB (Red+Green+Blue) = 225+184+2=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B802 is #1E47FD. Grayscale: #B0B0B0. Windows color (decimal): -1984510 or 178401. OLE color: 178401.

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

Color convert

RGB2251842-
CMYK00.180.990.12
HSL48.97º98.24%44.51%-
HSV(B)48.97º99.11%88.24%-
XYZ48.250.297.22-
YUV175.5130.08163.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 184 (72.27% from 255) = 44.77%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=54.74%
G=44.77%
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
Decimal225184200.180.990.1248.9798.2444.51
HexE1B8201263C31622d
Octal3412702022143146114255
Binary111000011011100010010010110001111001100011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B802; }

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

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

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

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

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

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

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

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