#EDE569

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

Shades of Honeysuckle #EDE569

Tints of Honeysuckle #EDE569

Color information

#EDE569 (or 0xEDE569) is unknown color: approx Honeysuckle. HEX triplet: ED, E5 and 69. RGB value is (237,229,105). Sum of RGB (Red+Green+Blue) = 237+229+105=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 105 (41.41% from 255 or 18.39% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE569 is #121A96. Grayscale: #D9D9D9. Windows color (decimal): -1186455 or 6940141. OLE color: 6940141.

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

Color convert

RGB237229105-
CMYK00.030.560.07
HSL56.36º78.57%67.06%-
HSV(B)56.36º55.7%92.94%-
XYZ65.4975.0624.4-
YUV217.2664.65142.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 229 (89.84% from 255) = 40.11%
BLUE value IS 105 (41.41% from 255) = 18.39%
R=41.51%
G=40.11%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722910500.030.560.0756.3678.5767.06
HexEDE56903387384f43
Octal3553451510370770117103
Binary1110110111100101110100101111100011111100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE569; }

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

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

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

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

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

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

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

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