Html Css Color HEX #EFE5D6 Soapstone

📋 copy color: '#EFE5D6'

red 239 ◦ green 229 ◦ blue 214

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

Shades of Soapstone #EFE5D6

Tints of Soapstone #EFE5D6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.58%

 BLUE value IS 214 (83.98% from 255) = 31.38%

R = 35.04%
G = 33.58%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFE5D6 (or 0xEFE5D6) is known color: Soapstone. HEX triplet: EF, E5 and D6. RGB value is (239,229,214). Sum of RGB (Red+Green+Blue) = 239+229+214=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D6 is #101A29. Grayscale: #E6E6E6. Windows color (decimal): -1055274 or 14083567. OLE color: 14083567.

HSL color Cylindrical-coordinate representation of color #EFE5D6: hue angle of 36º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE5D6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 214 -
CMYK 0 0.04 0.10 0.06
HSL 36º 0.44% 0.89% -
HSV(B) 36º 0.1% 0.94% -
XYZ 75.75 79.24 74.92 -
YUV 230.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 239 229 214 0 0.04 0.10 0.06 36 0.44 0.89
Hex EF E5 D6 0 4 A 6 24 2C 59
Octal 357 345 326 0 4 12 6 44 54 131
Binary 11101111 11100101 11010110 0 100 1010 110 100100 101100 1011001

Color Harmonies of #EFE5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5D6

Black with #EFE5D6

Text Example


Text Example

White with #EFE5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5D6; }

 p { color: rgb(239,229,214); }

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

background-color css

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

 a { background-color: rgb(239,229,214); }

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

border-color css

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

 span { border-color: rgb(239,229,214); }

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