#E1BC22

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

Shades of Sunflower #E1BC22

Tints of Sunflower #E1BC22

Color information

#E1BC22 (or 0xE1BC22) is unknown color: approx Sunflower. HEX triplet: E1, BC and 22. RGB value is (225,188,34). Sum of RGB (Red+Green+Blue) = 225+188+34=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC22 is #1E43DD. Grayscale: #B6B6B6. Windows color (decimal): -1983454 or 2276577. OLE color: 2276577.

HSL color Cylindrical-coordinate representation of color #E1BC22: hue angle of 48.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1BC22 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB22518834-
CMYK00.160.850.12
HSL48.38º76.1%50.78%-
HSV(B)48.38º84.89%88.24%-
XYZ49.3252.098.97-
YUV181.5144.76159.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 34 (13.67% from 255) = 7.61%
R=50.34%
G=42.06%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251883400.160.850.1248.3876.150.78
HexE1BC2201055C304c33
Octal34127442020125146011463
Binary1110000110111100100010010000101010111001100001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC22; }

 p { color: rgb(225,188,34); }

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

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

 a { background-color: rgb(225,188,34); }

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

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

 span { border-color: rgb(225,188,34); }

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