Html Css Color HEX #EFF6E2 Saltpan

📋 copy color: '#EFF6E2'

red 239 ◦ green 246 ◦ blue 226

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

Shades of Saltpan #EFF6E2

Tints of Saltpan #EFF6E2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.6%

 BLUE value IS 226 (88.67% from 255) = 31.79%

R = 33.61%
G = 34.6%
B = 31.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#EFF6E2 (or 0xEFF6E2) is known color: Saltpan. HEX triplet: EF, F6 and E2. RGB value is (239,246,226). Sum of RGB (Red+Green+Blue) = 239+246+226=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 246 (96.48% from 255 or 34.60% from 711); Blue value is 226 (88.67% from 255 or 31.79% from 711); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6E2 is #10091D. Grayscale: #F1F1F1. Windows color (decimal): -1050910 or 14874351. OLE color: 14874351.

HSL color Cylindrical-coordinate representation of color #EFF6E2: hue angle of 81º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF6E2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 246 226 -
CMYK 0.03 0 0.08 0.04
HSL 81º 0.53% 0.93% -
HSV(B) 81º 0.08% 0.96% -
XYZ 82.28 89.75 84.94 -
YUV 241.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 239 246 226 0.03 0 0.08 0.04 81 0.53 0.93
Hex EF F6 E2 3 0 8 4 51 35 5D
Octal 357 366 342 3 0 10 4 121 65 135
Binary 11101111 11110110 11100010 11 0 1000 100 1010001 110101 1011101

Color Harmonies of #EFF6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6E2

Black with #EFF6E2

Text Example


Text Example

White with #EFF6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6E2; }

 p { color: rgb(239,246,226); }

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

background-color css

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

 a { background-color: rgb(239,246,226); }

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

border-color css

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

 span { border-color: rgb(239,246,226); }

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