#EFFBE1

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

Shades of Saltpan #EFFBE1

Tints of Saltpan #EFFBE1

Color information

#EFFBE1 (or 0xEFFBE1) is unknown color: approx Saltpan. HEX triplet: EF, FB and E1. RGB value is (239,251,225). Sum of RGB (Red+Green+Blue) = 239+251+225=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBE1 is #10041E. Grayscale: #F4F4F4. Windows color (decimal): -1049631 or 14810095. OLE color: 14810095.

HSL color Cylindrical-coordinate representation of color #EFFBE1: hue angle of 87.69º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFBE1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB239251225-
CMYK0.0500.100.02
HSL87.69º76.47%93.33%-
HSV(B)87.69º10.36%98.43%-
XYZ83.6892.7884.73-
YUV244.45117.02124.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 225 (88.28% from 255) = 31.47%
R=33.43%
G=35.10%
B=31.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512250.0500.100.0287.6976.4793.33
HexEFFBE150A2584c5d
Octal35737334150122130114135
Binary1110111111111011111000011010101010101100010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBE1; }

 p { color: rgb(239,251,225); }

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

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

 a { background-color: rgb(239,251,225); }

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

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

 span { border-color: rgb(239,251,225); }

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