#E1BE02

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

Shades of Sunflower #E1BE02

Tints of Sunflower #E1BE02

Color information

#E1BE02 (or 0xE1BE02) is unknown color: approx Sunflower. HEX triplet: E1, BE and 02. RGB value is (225,190,2). Sum of RGB (Red+Green+Blue) = 225+190+2=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BE02 is #1E41FD. Grayscale: #B3B3B3. Windows color (decimal): -1982974 or 179937. OLE color: 179937.

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

Color convert

RGB2251902-
CMYK00.160.990.12
HSL50.58º98.24%44.51%-
HSV(B)50.58º99.11%88.24%-
XYZ49.4852.847.65-
YUV179.0328.1160.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=53.96%
G=45.56%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225190200.160.990.1250.5898.2444.51
HexE1BE201063C33622d
Octal3412762020143146314255
Binary111000011011111010010000110001111001100111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE02; }

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

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

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

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

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

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

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

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