#EDE16C

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

Shades of Honeysuckle #EDE16C

Tints of Honeysuckle #EDE16C

Color information

#EDE16C (or 0xEDE16C) is unknown color: approx Honeysuckle. HEX triplet: ED, E1 and 6C. RGB value is (237,225,108). Sum of RGB (Red+Green+Blue) = 237+225+108=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16C is #121E93. Grayscale: #D7D7D7. Windows color (decimal): -1187476 or 7135725. OLE color: 7135725.

HSL color Cylindrical-coordinate representation of color #EDE16C: hue angle of 54.42º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE16C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237225108-
CMYK00.050.540.07
HSL54.42º78.18%67.65%-
HSV(B)54.42º54.43%92.94%-
XYZ64.5672.9424.86-
YUV215.2567.48143.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 108 (42.58% from 255) = 18.95%
R=41.58%
G=39.47%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722510800.050.540.0754.4278.1867.65
HexEDE16C05367364e44
Octal3553411540566766116104
Binary11101101111000011101100010111011011111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE16C; }

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

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

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

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

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

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

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

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