#ede165

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

Shades of Honeysuckle #EDE165

Tints of Honeysuckle #EDE165

Color information

#EDE165 (or 0xEDE165) is unknown color: approx Honeysuckle. HEX triplet: ED, E1 and 65. RGB value is (237,225,101). Sum of RGB (Red+Green+Blue) = 237+225+101=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE165 is #121E9A. Grayscale: #D6D6D6. Windows color (decimal): -1187483 or 6676973. OLE color: 6676973.

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

Color convert

RGB237225101-
CMYK00.050.570.07
HSL54.71º79.07%66.27%-
HSV(B)54.71º57.38%92.94%-
XYZ64.272.7922.98-
YUV214.4563.98144.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 101 (39.84% from 255) = 17.94%
R=42.10%
G=39.96%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722510100.050.570.0754.7179.0766.27
HexEDE16505397374f42
Octal3553411450571767117102
Binary11101101111000011100101010111100111111011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede165; }

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

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

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

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

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

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

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

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