#EDF370

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

Shades of Honeysuckle #EDF370

Tints of Honeysuckle #EDF370

Color information

#EDF370 (or 0xEDF370) is unknown color: approx Honeysuckle. HEX triplet: ED, F3 and 70. RGB value is (237,243,112). Sum of RGB (Red+Green+Blue) = 237+243+112=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF370 is #120C8F. Grayscale: #E2E2E2. Windows color (decimal): -1182864 or 7402477. OLE color: 7402477.

HSL color Cylindrical-coordinate representation of color #EDF370: hue angle of 62.75º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF370 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB237243112-
CMYK0.0200.540.05
HSL62.75º84.52%69.61%-
HSV(B)62.75º53.91%95.29%-
XYZ69.983.2827.72-
YUV226.2763.51135.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 112 (44.14% from 255) = 18.92%
R=40.03%
G=41.05%
B=18.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431120.0200.540.0562.7584.5269.61
HexEDF370203653f5546
Octal3553631602066577125106
Binary1110110111110011111000010011011010111111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF370; }

 p { color: rgb(237,243,112); }

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

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

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

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

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

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

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