#EFFCE0

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

Shades of Saltpan #EFFCE0

Tints of Saltpan #EFFCE0

Color information

#EFFCE0 (or 0xEFFCE0) is unknown color: approx Saltpan. HEX triplet: EF, FC and E0. RGB value is (239,252,224). Sum of RGB (Red+Green+Blue) = 239+252+224=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCE0 is #10031F. Grayscale: #F5F5F5. Windows color (decimal): -1049376 or 14744815. OLE color: 14744815.

HSL color Cylindrical-coordinate representation of color #EFFCE0: hue angle of 87.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFCE0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB239252224-
CMYK0.0500.110.01
HSL87.86º82.35%93.33%-
HSV(B)87.86º11.11%98.82%-
XYZ83.8693.3584.12-
YUV244.92116.19123.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 224 (87.89% from 255) = 31.33%
R=33.43%
G=35.24%
B=31.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522240.0500.110.0187.8682.3593.33
HexEFFCE050B158525d
Octal35737434050131130122135
Binary111011111111110011100000101010111101100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCE0; }

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

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

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

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

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

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

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

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