#EFF7E0

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

Shades of Saltpan #EFF7E0

Tints of Saltpan #EFF7E0

Color information

#EFF7E0 (or 0xEFF7E0) is unknown color: approx Saltpan. HEX triplet: EF, F7 and E0. RGB value is (239,247,224). Sum of RGB (Red+Green+Blue) = 239+247+224=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7E0 is #10081F. Grayscale: #F2F2F2. Windows color (decimal): -1050656 or 14743535. OLE color: 14743535.

HSL color Cylindrical-coordinate representation of color #EFF7E0: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF7E0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB239247224-
CMYK0.0300.090.03
HSL80.87º58.97%92.35%-
HSV(B)80.87º9.31%96.86%-
XYZ82.3190.2583.6-
YUV241.99117.85125.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 247 (96.88% from 255) = 34.79%
BLUE value IS 224 (87.89% from 255) = 31.55%
R=33.66%
G=34.79%
B=31.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472240.0300.090.0380.8758.9792.35
HexEFF7E03093513b5c
Octal3573673403011312173134
Binary11101111111101111110000011010011110100011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7E0; }

 p { color: rgb(239,247,224); }

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

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

 a { background-color: rgb(239,247,224); }

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

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

 span { border-color: rgb(239,247,224); }

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