#EDEB65

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

Shades of Honeysuckle #EDEB65

Tints of Honeysuckle #EDEB65

Color information

#EDEB65 (or 0xEDEB65) is unknown color: approx Honeysuckle. HEX triplet: ED, EB and 65. RGB value is (237,235,101). Sum of RGB (Red+Green+Blue) = 237+235+101=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 101 (39.84% from 255 or 17.63% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB65 is #12149A. Grayscale: #DCDCDC. Windows color (decimal): -1184923 or 6679533. OLE color: 6679533.

HSL color Cylindrical-coordinate representation of color #EDEB65: hue angle of 59.12º 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 #EDEB65 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237235101-
CMYK00.010.570.07
HSL59.12º79.07%66.27%-
HSV(B)59.12º57.38%92.94%-
XYZ66.9878.3623.91-
YUV220.3260.66139.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 101 (39.84% from 255) = 17.63%
R=41.36%
G=41.01%
B=17.63%

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
Decimal23723510100.010.570.0759.1279.0766.27
HexEDEB65013973b4f42
Octal3553531450171773117102
Binary111011011110101111001010111100111111101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB65; }

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

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

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

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

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

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

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

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