#EFF95D

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

Shades of Honeysuckle #EFF95D

Tints of Honeysuckle #EFF95D

Color information

#EFF95D (or 0xEFF95D) is unknown color: approx Honeysuckle. HEX triplet: EF, F9 and 5D. RGB value is (239,249,93). Sum of RGB (Red+Green+Blue) = 239+249+93=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF95D is #1006A2. Grayscale: #E4E4E4. Windows color (decimal): -1050275 or 6158831. OLE color: 6158831.

HSL color Cylindrical-coordinate representation of color #EFF95D: hue angle of 63.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFF95D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB23924993-
CMYK0.0400.630.02
HSL63.85º92.86%67.06%-
HSV(B)63.85º62.65%97.65%-
XYZ71.4586.8923.36-
YUV228.2351.69135.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 16.01%
R=41.14%
G=42.86%
B=16.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239249930.0400.630.0263.8592.8667.06
HexEFF95D403F2405d43
Octal35737113540772100135103
Binary11101111111110011011101100011111110100000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF95D; }

 p { color: rgb(239,249,93); }

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

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

 a { background-color: rgb(239,249,93); }

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

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

 span { border-color: rgb(239,249,93); }

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