#E1BD22

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

Shades of Sunflower #E1BD22

Tints of Sunflower #E1BD22

Color information

#E1BD22 (or 0xE1BD22) is unknown color: approx Sunflower. HEX triplet: E1, BD and 22. RGB value is (225,189,34). Sum of RGB (Red+Green+Blue) = 225+189+34=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BD22 is #1E42DD. Grayscale: #B6B6B6. Windows color (decimal): -1983198 or 2276833. OLE color: 2276833.

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

Color convert

RGB22518934-
CMYK00.160.850.12
HSL48.69º76.1%50.78%-
HSV(B)48.69º84.89%88.24%-
XYZ49.5452.529.04-
YUV182.0944.43158.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 34 (13.67% from 255) = 7.59%
R=50.22%
G=42.19%
B=7.59%

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
Decimal2251893400.160.850.1248.6976.150.78
HexE1BD2201055C314c33
Octal34127542020125146111463
Binary1110000110111101100010010000101010111001100011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD22; }

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

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

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

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

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

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

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

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