Html Css Color HEX #EFF9DC Saltpan

📋 copy color: '#EFF9DC'

red 239 ◦ green 249 ◦ blue 220

#EFF9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saltpan #EFF9DC

Tints of Saltpan #EFF9DC

RGB

 RED value IS 239 (93.75% from 255) = 33.76%

 GREEN value IS 249 (97.66% from 255) = 35.17%

 BLUE value IS 220 (86.33% from 255) = 31.07%

R = 33.76%
G = 35.17%
B = 31.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#EFF9DC (or 0xEFF9DC) is known color: Saltpan. HEX triplet: EF, F9 and DC. RGB value is (239,249,220). Sum of RGB (Red+Green+Blue) = 239+249+220=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9DC is #100623. Grayscale: #F2F2F2. Windows color (decimal): -1050148 or 14481903. OLE color: 14481903.

HSL color Cylindrical-coordinate representation of color #EFF9DC: hue angle of 80.69º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF9DC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 220 -
CMYK 0.04 0 0.12 0.02
HSL 80.69º 0.71% 0.92% -
HSV(B) 80.69º 0.12% 0.98% -
XYZ 82.39 91.27 80.98 -
YUV 242.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 239 249 220 0.04 0 0.12 0.02 80.69 0.71 0.92
Hex EF F9 DC 4 0 C 2 51 47 5C
Octal 357 371 334 4 0 14 2 121 107 134
Binary 11101111 11111001 11011100 100 0 1100 10 1010001 1000111 1011100

Color Harmonies of #EFF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9DC

Black with #EFF9DC

Text Example


Text Example

White with #EFF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9DC; }

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

 H1.HeaderClassName
 {
   color: #EFF9DC;
 }
 .AnyTagClassName
 {
   color: #EFF9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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