#EDE264

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

Shades of Honeysuckle #EDE264

Tints of Honeysuckle #EDE264

Color information

#EDE264 (or 0xEDE264) is unknown color: approx Honeysuckle. HEX triplet: ED, E2 and 64. RGB value is (237,226,100). Sum of RGB (Red+Green+Blue) = 237+226+100=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE264 is #121D9B. Grayscale: #D7D7D7. Windows color (decimal): -1187228 or 6611693. OLE color: 6611693.

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

Color convert

RGB237226100-
CMYK00.050.580.07
HSL55.18º79.19%66.08%-
HSV(B)55.18º57.81%92.94%-
XYZ64.4273.3222.81-
YUV214.9263.14143.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 226 (88.67% from 255) = 40.14%
BLUE value IS 100 (39.45% from 255) = 17.76%
R=42.10%
G=40.14%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722610000.050.580.0755.1879.1966.08
HexEDE264053A7374f42
Octal3553421440572767117102
Binary11101101111000101100100010111101011111011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE264; }

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

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

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

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

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

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

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

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