#EFFEDC

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

Shades of Saltpan #EFFEDC

Tints of Saltpan #EFFEDC

Color information

#EFFEDC (or 0xEFFEDC) is unknown color: approx Saltpan. HEX triplet: EF, FE and DC. RGB value is (239,254,220). Sum of RGB (Red+Green+Blue) = 239+254+220=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEDC is #100123. Grayscale: #F5F5F5. Windows color (decimal): -1048868 or 14483183. OLE color: 14483183.

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

Color convert

RGB239254220-
CMYK0.0600.130.00
HSL86.47º94.44%92.94%-
HSV(B)86.47º13.39%99.61%-
XYZ83.9694.481.51-
YUV245.64113.53123.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=33.52%
G=35.62%
B=30.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542200.0600.130.0086.4794.4492.94
HexEFFEDC60D0565e5d
Octal35737633460150126136135
Binary111011111111111011011100110011010101011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEDC; }

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

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

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

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

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

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

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

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