#ede265

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

Shades of Honeysuckle #EDE265

Tints of Honeysuckle #EDE265

Color information

#EDE265 (or 0xEDE265) is unknown color: approx Honeysuckle. HEX triplet: ED, E2 and 65. RGB value is (237,226,101). Sum of RGB (Red+Green+Blue) = 237+226+101=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE265 is #121D9A. Grayscale: #D7D7D7. Windows color (decimal): -1187227 or 6677229. OLE color: 6677229.

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

Color convert

RGB237226101-
CMYK00.050.570.07
HSL55.15º79.07%66.27%-
HSV(B)55.15º57.38%92.94%-
XYZ64.4773.3423.07-
YUV215.0463.64143.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 101 (39.84% from 255) = 17.91%
R=42.02%
G=40.07%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722610100.050.570.0755.1579.0766.27
HexEDE26505397374f42
Octal3553421450571767117102
Binary11101101111000101100101010111100111111011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede265; }

 p { color: rgb(237,226,101); }

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

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

 a { background-color: rgb(237,226,101); }

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

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

 span { border-color: rgb(237,226,101); }

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