#EDE169

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

Shades of Honeysuckle #EDE169

Tints of Honeysuckle #EDE169

Color information

#EDE169 (or 0xEDE169) is unknown color: approx Honeysuckle. HEX triplet: ED, E1 and 69. RGB value is (237,225,105). Sum of RGB (Red+Green+Blue) = 237+225+105=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE169 is #121E96. Grayscale: #D7D7D7. Windows color (decimal): -1187479 or 6939117. OLE color: 6939117.

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

Color convert

RGB237225105-
CMYK00.050.560.07
HSL54.55º78.57%67.06%-
HSV(B)54.55º55.7%92.94%-
XYZ64.472.8724.04-
YUV214.9165.98143.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 105 (41.41% from 255) = 18.52%
R=41.80%
G=39.68%
B=18.52%

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
Decimal23722510500.050.560.0754.5578.5767.06
HexEDE16905387374f43
Octal3553411510570767117103
Binary11101101111000011101001010111100011111011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE169; }

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

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

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

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

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

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

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

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