Html Css Color HEX #EEFED7 Saltpan

📋 copy color: '#EEFED7'

red 238 ◦ green 254 ◦ blue 215

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

Shades of Saltpan #EEFED7

Tints of Saltpan #EEFED7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.93%

 BLUE value IS 215 (84.38% from 255) = 30.41%

R = 33.66%
G = 35.93%
B = 30.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#EEFED7 (or 0xEEFED7) is known color: Saltpan. HEX triplet: EE, FE and D7. RGB value is (238,254,215). Sum of RGB (Red+Green+Blue) = 238+254+215=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 215 (84.38% from 255 or 30.41% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED7 is #110128. Grayscale: #F4F4F4. Windows color (decimal): -1114409 or 14155502. OLE color: 14155502.

HSL color Cylindrical-coordinate representation of color #EEFED7: hue angle of 84.62º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEFED7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 254 215 -
CMYK 0.06 0 0.15 0.00
HSL 84.62º 0.95% 0.92% -
HSV(B) 84.62º 0.15% 1% -
XYZ 82.97 93.97 78.05 -
YUV 244.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 238 254 215 0.06 0 0.15 0.00 84.62 0.95 0.92
Hex EE FE D7 6 0 F 0 55 5F 5C
Octal 356 376 327 6 0 17 0 125 137 134
Binary 11101110 11111110 11010111 110 0 1111 0 1010101 1011111 1011100

Color Harmonies of #EEFED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFED7

Black with #EEFED7

Text Example


Text Example

White with #EEFED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFED7; }

 p { color: rgb(238,254,215); }

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

background-color css

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

 a { background-color: rgb(238,254,215); }

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

border-color css

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

 span { border-color: rgb(238,254,215); }

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