Html Css Color HEX #EFFCE1 Saltpan

📋 copy color: '#EFFCE1'

red 239 ◦ green 252 ◦ blue 225

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

Shades of Saltpan #EFFCE1

Tints of Saltpan #EFFCE1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.2%

 BLUE value IS 225 (88.28% from 255) = 31.42%

R = 33.38%
G = 35.2%
B = 31.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#EFFCE1 (or 0xEFFCE1) is known color: Saltpan. HEX triplet: EF, FC and E1. RGB value is (239,252,225). Sum of RGB (Red+Green+Blue) = 239+252+225=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCE1 is #10031E. Grayscale: #F5F5F5. Windows color (decimal): -1049375 or 14810351. OLE color: 14810351.

HSL color Cylindrical-coordinate representation of color #EFFCE1: hue angle of 88.89º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFFCE1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 225 -
CMYK 0.05 0 0.11 0.01
HSL 88.89º 0.82% 0.94% -
HSV(B) 88.89º 0.11% 0.99% -
XYZ 84 93.41 84.84 -
YUV 245.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 239 252 225 0.05 0 0.11 0.01 88.89 0.82 0.94
Hex EF FC E1 5 0 B 1 59 52 5E
Octal 357 374 341 5 0 13 1 131 122 136
Binary 11101111 11111100 11100001 101 0 1011 1 1011001 1010010 1011110

Color Harmonies of #EFFCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCE1

Black with #EFFCE1

Text Example


Text Example

White with #EFFCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCE1; }

 p { color: rgb(239,252,225); }

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

background-color css

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

 a { background-color: rgb(239,252,225); }

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

border-color css

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

 span { border-color: rgb(239,252,225); }

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