#EDEC69

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

Shades of Honeysuckle #EDEC69

Tints of Honeysuckle #EDEC69

Color information

#EDEC69 (or 0xEDEC69) is unknown color: approx Honeysuckle. HEX triplet: ED, EC and 69. RGB value is (237,236,105). Sum of RGB (Red+Green+Blue) = 237+236+105=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC69 is #121396. Grayscale: #DDDDDD. Windows color (decimal): -1184663 or 6941933. OLE color: 6941933.

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

Color convert

RGB237236105-
CMYK00.000.560.07
HSL59.55º78.57%67.06%-
HSV(B)59.55º55.7%92.94%-
XYZ67.4779.0225.06-
YUV221.3662.33139.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 105 (41.41% from 255) = 18.17%
R=41.00%
G=40.83%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723610500.000.560.0759.5578.5767.06
HexEDEC69003873c4f43
Octal3553541510070774117103
Binary111011011110110011010010011100011111110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC69; }

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

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

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

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

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

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

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

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