#EDFD69

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

Shades of Honeysuckle #EDFD69

Tints of Honeysuckle #EDFD69

Color information

#EDFD69 (or 0xEDFD69) is unknown color: approx Honeysuckle. HEX triplet: ED, FD and 69. RGB value is (237,253,105). Sum of RGB (Red+Green+Blue) = 237+253+105=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 105 (41.41% from 255 or 17.65% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD69 is #120296. Grayscale: #E7E7E7. Windows color (decimal): -1180311 or 6946285. OLE color: 6946285.

HSL color Cylindrical-coordinate representation of color #EDFD69: hue angle of 66.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDFD69 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB237253105-
CMYK0.0600.580.01
HSL66.49º97.37%70.2%-
HSV(B)66.49º58.5%99.22%-
XYZ72.689.2826.77-
YUV231.3456.7132.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 105 (41.41% from 255) = 17.65%
R=39.83%
G=42.52%
B=17.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531050.0600.580.0166.4997.3770.2
HexEDFD69603A1426146
Octal35537515160721102141106
Binary1110110111111101110100111001110101100001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD69; }

 p { color: rgb(237,253,105); }

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

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

 a { background-color: rgb(237,253,105); }

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

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

 span { border-color: rgb(237,253,105); }

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