Html Css Color HEX #EFF8E1 Saltpan

📋 copy color: '#EFF8E1'

red 239 ◦ green 248 ◦ blue 225

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

Shades of Saltpan #EFF8E1

Tints of Saltpan #EFF8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.83%

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

R = 33.57%
G = 34.83%
B = 31.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#EFF8E1 (or 0xEFF8E1) is known color: Saltpan. HEX triplet: EF, F8 and E1. RGB value is (239,248,225). Sum of RGB (Red+Green+Blue) = 239+248+225=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8E1 is #10071E. Grayscale: #F2F2F2. Windows color (decimal): -1050399 or 14809327. OLE color: 14809327.

HSL color Cylindrical-coordinate representation of color #EFF8E1: hue angle of 83.48º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF8E1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 225 -
CMYK 0.04 0 0.09 0.03
HSL 83.48º 0.62% 0.93% -
HSV(B) 83.48º 0.09% 0.97% -
XYZ 82.75 90.92 84.42 -
YUV 242.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 239 248 225 0.04 0 0.09 0.03 83.48 0.62 0.93
Hex EF F8 E1 4 0 9 3 53 3E 5D
Octal 357 370 341 4 0 11 3 123 76 135
Binary 11101111 11111000 11100001 100 0 1001 11 1010011 111110 1011101

Color Harmonies of #EFF8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8E1

Black with #EFF8E1

Text Example


Text Example

White with #EFF8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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