Html Css Color HEX #EEF1EA Saltpan

📋 copy color: '#EEF1EA'

red 238 ◦ green 241 ◦ blue 234

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

Shades of Saltpan #EEF1EA

Tints of Saltpan #EEF1EA

RGB

 RED value IS 238 (93.36% from 255) = 33.38%

 GREEN value IS 241 (94.53% from 255) = 33.8%

 BLUE value IS 234 (91.8% from 255) = 32.82%

R = 33.38%
G = 33.8%
B = 32.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#EEF1EA (or 0xEEF1EA) is known color: Saltpan. HEX triplet: EE, F1 and EA. RGB value is (238,241,234). Sum of RGB (Red+Green+Blue) = 238+241+234=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EA is #110E15. Grayscale: #EFEFEF. Windows color (decimal): -1117718 or 15397358. OLE color: 15397358.

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

Color convert

RGB 238 241 234 -
CMYK 0.01 0 0.03 0.05
HSL 85.71º 0.2% 0.93% -
HSV(B) 85.71º 0.03% 0.95% -
XYZ 81.57 87.03 90.34 -
YUV 239.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 238 241 234 0.01 0 0.03 0.05 85.71 0.2 0.93
Hex EE F1 EA 1 0 3 5 56 14 5D
Octal 356 361 352 1 0 3 5 126 24 135
Binary 11101110 11110001 11101010 1 0 11 101 1010110 10100 1011101

Color Harmonies of #EEF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1EA

Black with #EEF1EA

Text Example


Text Example

White with #EEF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF1EA; }

 p { color: rgb(238,241,234); }

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

background-color css

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

 a { background-color: rgb(238,241,234); }

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

border-color css

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

 span { border-color: rgb(238,241,234); }

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