Html Css Color HEX #EFF2E6 Saltpan

📋 copy color: '#EFF2E6'

red 239 ◦ green 242 ◦ blue 230

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

Shades of Saltpan #EFF2E6

Tints of Saltpan #EFF2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.04%

 BLUE value IS 230 (90.23% from 255) = 32.35%

R = 33.61%
G = 34.04%
B = 32.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#EFF2E6 (or 0xEFF2E6) is known color: Saltpan. HEX triplet: EF, F2 and E6. RGB value is (239,242,230). Sum of RGB (Red+Green+Blue) = 239+242+230=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 230 (90.23% from 255 or 32.35% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2E6 is #100D19. Grayscale: #EFEFEF. Windows color (decimal): -1051930 or 15135471. OLE color: 15135471.

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

Color convert

RGB 239 242 230 -
CMYK 0.01 0 0.05 0.05
HSL 75º 0.32% 0.93% -
HSV(B) 75º 0.05% 0.95% -
XYZ 81.63 87.57 87.46 -
YUV 239.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 239 242 230 0.01 0 0.05 0.05 75 0.32 0.93
Hex EF F2 E6 1 0 5 5 4B 20 5D
Octal 357 362 346 1 0 5 5 113 40 135
Binary 11101111 11110010 11100110 1 0 101 101 1001011 100000 1011101

Color Harmonies of #EFF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2E6

Black with #EFF2E6

Text Example


Text Example

White with #EFF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2E6; }

 p { color: rgb(239,242,230); }

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

background-color css

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

 a { background-color: rgb(239,242,230); }

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

border-color css

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

 span { border-color: rgb(239,242,230); }

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