#E1ED5A

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

Shades of Honeysuckle #E1ED5A

Tints of Honeysuckle #E1ED5A

Color information

#E1ED5A (or 0xE1ED5A) is unknown color: approx Honeysuckle. HEX triplet: E1, ED and 5A. RGB value is (225,237,90). Sum of RGB (Red+Green+Blue) = 225+237+90=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1ED5A is #1E12A5. Grayscale: #D9D9D9. Windows color (decimal): -1970854 or 5959137. OLE color: 5959137.

HSL color Cylindrical-coordinate representation of color #E1ED5A: hue angle of 64.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1ED5A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB22523790-
CMYK0.0500.620.07
HSL64.9º80.33%64.12%-
HSV(B)64.9º62.03%92.94%-
XYZ63.1877.3121.27-
YUV216.6556.52133.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 90 (35.55% from 255) = 16.30%
R=40.76%
G=42.93%
B=16.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225237900.0500.620.0764.980.3364.12
HexE1ED5A503E7415040
Octal34135513250767101120100
Binary111000011110110110110101010111110111100000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ED5A; }

 p { color: rgb(225,237,90); }

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

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

 a { background-color: rgb(225,237,90); }

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

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

 span { border-color: rgb(225,237,90); }

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