#EDE768

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

Shades of Honeysuckle #EDE768

Tints of Honeysuckle #EDE768

Color information

#EDE768 (or 0xEDE768) is unknown color: approx Honeysuckle. HEX triplet: ED, E7 and 68. RGB value is (237,231,104). Sum of RGB (Red+Green+Blue) = 237+231+104=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE768 is #121897. Grayscale: #DADADA. Windows color (decimal): -1185944 or 6875117. OLE color: 6875117.

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

Color convert

RGB237231104-
CMYK00.030.560.07
HSL57.29º78.7%66.86%-
HSV(B)57.29º56.12%92.94%-
XYZ6676.1624.32-
YUV218.3263.49141.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 231 (90.62% from 255) = 40.38%
BLUE value IS 104 (41.02% from 255) = 18.18%
R=41.43%
G=40.38%
B=18.18%

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
Decimal23723110400.030.560.0757.2978.766.86
HexEDE76803387394f43
Octal3553471500370771117103
Binary1110110111100111110100001111100011111100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE768; }

 p { color: rgb(237,231,104); }

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

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

 a { background-color: rgb(237,231,104); }

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

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

 span { border-color: rgb(237,231,104); }

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