#ECFB70

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

Shades of Honeysuckle #ECFB70

Tints of Honeysuckle #ECFB70

Color information

#ECFB70 (or 0xECFB70) is unknown color: approx Honeysuckle. HEX triplet: EC, FB and 70. RGB value is (236,251,112). Sum of RGB (Red+Green+Blue) = 236+251+112=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFB70 is #13048F. Grayscale: #E7E7E7. Windows color (decimal): -1246352 or 7404524. OLE color: 7404524.

HSL color Cylindrical-coordinate representation of color #ECFB70: hue angle of 66.47º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECFB70 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB236251112-
CMYK0.0600.550.02
HSL66.47º94.56%71.18%-
HSV(B)66.47º55.38%98.43%-
XYZ72.018828.52-
YUV230.6761.03131.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 112 (44.14% from 255) = 18.70%
R=39.40%
G=41.90%
B=18.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362511120.0600.550.0266.4794.5671.18
HexECFB7060372425f47
Octal35437316060672102137107
Binary11101100111110111110000110011011110100001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFB70; }

 p { color: rgb(236,251,112); }

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

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

 a { background-color: rgb(236,251,112); }

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

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

 span { border-color: rgb(236,251,112); }

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