#EFFFD7

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

Shades of Saltpan #EFFFD7

Tints of Saltpan #EFFFD7

Color information

#EFFFD7 (or 0xEFFFD7) is unknown color: approx Saltpan. HEX triplet: EF, FF and D7. RGB value is (239,255,215). Sum of RGB (Red+Green+Blue) = 239+255+215=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD7 is #100028. Grayscale: #F5F5F5. Windows color (decimal): -1048617 or 14155759. OLE color: 14155759.

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

Color convert

RGB239255215-
CMYK0.0600.160
HSL84º100%92.16%-
HSV(B)84º15.69%100%-
XYZ83.6294.7878.18-
YUV245.66110.7123.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 215 (84.38% from 255) = 30.32%
R=33.71%
G=35.97%
B=30.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552150.0600.1608410092.16
HexEFFFD76010054645c
Octal35737732760200124144134
Binary1110111111111111110101111100100000101010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFD7; }

 p { color: rgb(239,255,215); }

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

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

 a { background-color: rgb(239,255,215); }

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

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

 span { border-color: rgb(239,255,215); }

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