Html Css Color HEX #EDF0E9 Saltpan

📋 copy color: '#EDF0E9'

red 237 ◦ green 240 ◦ blue 233

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

Shades of Saltpan #EDF0E9

Tints of Saltpan #EDF0E9

RGB

 RED value IS 237 (92.97% from 255) = 33.38%

 GREEN value IS 240 (94.14% from 255) = 33.8%

 BLUE value IS 233 (91.41% 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.06

RGB Variations

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

Color information

#EDF0E9 (or 0xEDF0E9) is known color: Saltpan. HEX triplet: ED, F0 and E9. RGB value is (237,240,233). Sum of RGB (Red+Green+Blue) = 237+240+233=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0E9 is #120F16. Grayscale: #EEEEEE. Windows color (decimal): -1183511 or 15331565. OLE color: 15331565.

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

Color convert

RGB 237 240 233 -
CMYK 0.01 0 0.03 0.06
HSL 85.71º 0.19% 0.93% -
HSV(B) 85.71º 0.03% 0.94% -
XYZ 80.79 86.21 89.47 -
YUV 238.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 237 240 233 0.01 0 0.03 0.06 85.71 0.19 0.93
Hex ED F0 E9 1 0 3 6 56 13 5D
Octal 355 360 351 1 0 3 6 126 23 135
Binary 11101101 11110000 11101001 1 0 11 110 1010110 10011 1011101

Color Harmonies of #EDF0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0E9

Black with #EDF0E9

Text Example


Text Example

White with #EDF0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0E9; }

 p { color: rgb(237,240,233); }

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

background-color css

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

 a { background-color: rgb(237,240,233); }

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

border-color css

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

 span { border-color: rgb(237,240,233); }

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