#EDE069

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

Shades of Honeysuckle #EDE069

Tints of Honeysuckle #EDE069

Color information

#EDE069 (or 0xEDE069) is unknown color: approx Honeysuckle. HEX triplet: ED, E0 and 69. RGB value is (237,224,105). Sum of RGB (Red+Green+Blue) = 237+224+105=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE069 is #121F96. Grayscale: #D6D6D6. Windows color (decimal): -1187735 or 6938861. OLE color: 6938861.

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

Color convert

RGB237224105-
CMYK00.050.560.07
HSL54.09º78.57%67.06%-
HSV(B)54.09º55.7%92.94%-
XYZ64.1372.3423.95-
YUV214.3266.31144.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 224 (87.89% from 255) = 39.58%
BLUE value IS 105 (41.41% from 255) = 18.55%
R=41.87%
G=39.58%
B=18.55%

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
Decimal23722410500.050.560.0754.0978.5767.06
HexEDE06905387364f43
Octal3553401510570766117103
Binary11101101111000001101001010111100011111011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE069; }

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

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

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

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

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

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

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

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