Html Css Color HEX #EDEFEA Saltpan

📋 copy color: '#EDEFEA'

red 237 ◦ green 239 ◦ blue 234

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

Shades of Saltpan #EDEFEA

Tints of Saltpan #EDEFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.66%

 BLUE value IS 234 (91.8% from 255) = 32.96%

R = 33.38%
G = 33.66%
B = 32.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EDEFEA (or 0xEDEFEA) is known color: Saltpan. HEX triplet: ED, EF and EA. RGB value is (237,239,234). Sum of RGB (Red+Green+Blue) = 237+239+234=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEA is #121015. Grayscale: #EDEDED. Windows color (decimal): -1183766 or 15396845. OLE color: 15396845.

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

Color convert

RGB 237 239 234 -
CMYK 0.01 0 0.02 0.06
HSL 84º 0.14% 0.93% -
HSV(B) 84º 0.02% 0.94% -
XYZ 80.64 85.68 90.13 -
YUV 237.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 237 239 234 0.01 0 0.02 0.06 84 0.14 0.93
Hex ED EF EA 1 0 2 6 54 E 5D
Octal 355 357 352 1 0 2 6 124 16 135
Binary 11101101 11101111 11101010 1 0 10 110 1010100 1110 1011101

Color Harmonies of #EDEFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFEA

Black with #EDEFEA

Text Example


Text Example

White with #EDEFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFEA; }

 p { color: rgb(237,239,234); }

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

background-color css

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

 a { background-color: rgb(237,239,234); }

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

border-color css

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

 span { border-color: rgb(237,239,234); }

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