Html Css Color HEX #EDFED9 Saltpan

📋 copy color: '#EDFED9'

red 237 ◦ green 254 ◦ blue 217

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

Shades of Saltpan #EDFED9

Tints of Saltpan #EDFED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 30.65%

R = 33.47%
G = 35.88%
B = 30.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#EDFED9 (or 0xEDFED9) is known color: Saltpan. HEX triplet: ED, FE and D9. RGB value is (237,254,217). Sum of RGB (Red+Green+Blue) = 237+254+217=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 217 (85.16% from 255 or 30.65% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED9 is #120126. Grayscale: #F4F4F4. Windows color (decimal): -1179943 or 14286573. OLE color: 14286573.

HSL color Cylindrical-coordinate representation of color #EDFED9: hue angle of 87.57º 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 #EDFED9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 217 -
CMYK 0.07 0 0.15 0.00
HSL 87.57º 0.95% 0.92% -
HSV(B) 87.57º 0.15% 1% -
XYZ 82.89 93.9 79.4 -
YUV 244.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 237 254 217 0.07 0 0.15 0.00 87.57 0.95 0.92
Hex ED FE D9 7 0 F 0 58 5F 5C
Octal 355 376 331 7 0 17 0 130 137 134
Binary 11101101 11111110 11011001 111 0 1111 0 1011000 1011111 1011100

Color Harmonies of #EDFED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFED9

Black with #EDFED9

Text Example


Text Example

White with #EDFED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFED9; }

 p { color: rgb(237,254,217); }

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

background-color css

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

 a { background-color: rgb(237,254,217); }

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

border-color css

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

 span { border-color: rgb(237,254,217); }

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