Html Css Color HEX #EEF2E5 Saltpan

📋 copy color: '#EEF2E5'

red 238 ◦ green 242 ◦ blue 229

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

Shades of Saltpan #EEF2E5

Tints of Saltpan #EEF2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.3%

R = 33.57%
G = 34.13%
B = 32.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#EEF2E5 (or 0xEEF2E5) is known color: Saltpan. HEX triplet: EE, F2 and E5. RGB value is (238,242,229). Sum of RGB (Red+Green+Blue) = 238+242+229=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2E5 is #110D1A. Grayscale: #EFEFEF. Windows color (decimal): -1117467 or 15069934. OLE color: 15069934.

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

Color convert

RGB 238 242 229 -
CMYK 0.02 0 0.05 0.05
HSL 78.46º 0.33% 0.92% -
HSV(B) 78.46º 0.05% 0.95% -
XYZ 81.15 87.34 86.71 -
YUV 239.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 238 242 229 0.02 0 0.05 0.05 78.46 0.33 0.92
Hex EE F2 E5 2 0 5 5 4E 21 5C
Octal 356 362 345 2 0 5 5 116 41 134
Binary 11101110 11110010 11100101 10 0 101 101 1001110 100001 1011100

Color Harmonies of #EEF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2E5

Black with #EEF2E5

Text Example


Text Example

White with #EEF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2E5; }

 p { color: rgb(238,242,229); }

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

background-color css

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

 a { background-color: rgb(238,242,229); }

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

border-color css

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

 span { border-color: rgb(238,242,229); }

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