#EDF467

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

Shades of Honeysuckle #EDF467

Tints of Honeysuckle #EDF467

Color information

#EDF467 (or 0xEDF467) is unknown color: approx Honeysuckle. HEX triplet: ED, F4 and 67. RGB value is (237,244,103). Sum of RGB (Red+Green+Blue) = 237+244+103=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 103 (40.62% from 255 or 17.64% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF467 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF467 is #120B98. Grayscale: #E2E2E2. Windows color (decimal): -1182617 or 6812909. OLE color: 6812909.

HSL color Cylindrical-coordinate representation of color #EDF467: hue angle of 62.98º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF467 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB237244103-
CMYK0.0300.580.04
HSL62.98º86.5%68.04%-
HSV(B)62.98º57.79%95.69%-
XYZ69.7283.6925.31-
YUV225.8358.68135.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 103 (40.62% from 255) = 17.64%
R=40.58%
G=41.78%
B=17.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441030.0300.580.0462.9886.568.04
HexEDF467303A43f5744
Octal3553641473072477127104
Binary1110110111110100110011111011101010011111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF467; }

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

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

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

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

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

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

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

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