#EFFEEE

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

Shades of Honeydew #EFFEEE

Tints of Honeydew #EFFEEE

Color information

#EFFEEE (or 0xEFFEEE) is unknown color: approx Honeydew. HEX triplet: EF, FE and EE. RGB value is (239,254,238). Sum of RGB (Red+Green+Blue) = 239+254+238=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 238 (93.36% from 255 or 32.56% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEEE is #100111. Grayscale: #F7F7F7. Windows color (decimal): -1048850 or 15662831. OLE color: 15662831.

HSL color Cylindrical-coordinate representation of color #EFFEEE: hue angle of 116.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEEE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB239254238-
CMYK0.0600.060.00
HSL116.25º88.89%96.47%-
HSV(B)116.25º6.3%99.61%-
XYZ86.4795.4194.75-
YUV247.69122.53121.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 238 (93.36% from 255) = 32.56%
R=32.69%
G=34.75%
B=32.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542380.0600.060.00116.2588.8996.47
HexEFFEEE6060745960
Octal3573763566060164131140
Binary11101111111111101110111011001100111010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEEE; }

 p { color: rgb(239,254,238); }

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

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

 a { background-color: rgb(239,254,238); }

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

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

 span { border-color: rgb(239,254,238); }

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