#EDEE61

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

Shades of Honeysuckle #EDEE61

Tints of Honeysuckle #EDEE61

Color information

#EDEE61 (or 0xEDEE61) is unknown color: approx Honeysuckle. HEX triplet: ED, EE and 61. RGB value is (237,238,97). Sum of RGB (Red+Green+Blue) = 237+238+97=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 97 (38.28% from 255 or 16.96% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE61 is #12119E. Grayscale: #DEDEDE. Windows color (decimal): -1184159 or 6418157. OLE color: 6418157.

HSL color Cylindrical-coordinate representation of color #EDEE61: hue angle of 60.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDEE61 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23723897-
CMYK0.0000.590.07
HSL60.43º80.57%65.69%-
HSV(B)60.43º59.24%93.33%-
XYZ67.6680.0223.19-
YUV221.6357.67138.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 97 (38.28% from 255) = 16.96%
R=41.43%
G=41.61%
B=16.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237238970.0000.590.0760.4380.5765.69
HexEDEE61003B73c5142
Octal3553561410073774121102
Binary111011011110111011000010011101111111110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEE61; }

 p { color: rgb(237,238,97); }

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

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

 a { background-color: rgb(237,238,97); }

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

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

 span { border-color: rgb(237,238,97); }

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