#EDEB66

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

Shades of Honeysuckle #EDEB66

Tints of Honeysuckle #EDEB66

Color information

#EDEB66 (or 0xEDEB66) is unknown color: approx Honeysuckle. HEX triplet: ED, EB and 66. RGB value is (237,235,102). Sum of RGB (Red+Green+Blue) = 237+235+102=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB66 is #121499. Grayscale: #DCDCDC. Windows color (decimal): -1184922 or 6745069. OLE color: 6745069.

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

Color convert

RGB237235102-
CMYK00.010.570.07
HSL59.11º78.95%66.47%-
HSV(B)59.11º56.96%92.94%-
XYZ67.0378.3824.17-
YUV220.4461.16139.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 102 (40.23% from 255) = 17.77%
R=41.29%
G=40.94%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723510200.010.570.0759.1178.9566.47
HexEDEB66013973b4f42
Octal3553531460171773117102
Binary111011011110101111001100111100111111101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB66; }

 p { color: rgb(237,235,102); }

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

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

 a { background-color: rgb(237,235,102); }

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

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

 span { border-color: rgb(237,235,102); }

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