#EDE168

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

Shades of Honeysuckle #EDE168

Tints of Honeysuckle #EDE168

Color information

#EDE168 (or 0xEDE168) is unknown color: approx Honeysuckle. HEX triplet: ED, E1 and 68. RGB value is (237,225,104). Sum of RGB (Red+Green+Blue) = 237+225+104=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE168 is #121E97. Grayscale: #D7D7D7. Windows color (decimal): -1187480 or 6873581. OLE color: 6873581.

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

Color convert

RGB237225104-
CMYK00.050.560.07
HSL54.59º78.7%66.86%-
HSV(B)54.59º56.12%92.94%-
XYZ64.3572.8523.77-
YUV214.7965.48143.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 104 (41.02% from 255) = 18.37%
R=41.87%
G=39.75%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722510400.050.560.0754.5978.766.86
HexEDE16805387374f43
Octal3553411500570767117103
Binary11101101111000011101000010111100011111011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE168; }

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

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

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

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

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

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

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

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