#EDED67

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

Shades of Honeysuckle #EDED67

Tints of Honeysuckle #EDED67

Color information

#EDED67 (or 0xEDED67) is unknown color: approx Honeysuckle. HEX triplet: ED, ED and 67. RGB value is (237,237,103). Sum of RGB (Red+Green+Blue) = 237+237+103=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 103 (40.62% from 255 or 17.85% from 577); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED67 is #121298. Grayscale: #DEDEDE. Windows color (decimal): -1184409 or 6811117. OLE color: 6811117.

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

Color convert

RGB237237103-
CMYK000.570.07
HSL60º78.82%66.67%-
HSV(B)60º56.54%92.94%-
XYZ67.6679.5524.62-
YUV221.7261138.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 103 (40.62% from 255) = 17.85%
R=41.07%
G=41.07%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237103000.570.076078.8266.67
HexEDED67003973c4f43
Octal3553551470071774117103
Binary111011011110110111001110011100111111110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED67; }

 p { color: rgb(237,237,103); }

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

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

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

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

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

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

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