Html Css Color HEX #EFE8CE Scotch Mist

📋 copy color: '#EFE8CE'

red 239 ◦ green 232 ◦ blue 206

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

Shades of Scotch Mist #EFE8CE

Tints of Scotch Mist #EFE8CE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.27%

 BLUE value IS 206 (80.86% from 255) = 30.43%

R = 35.3%
G = 34.27%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFE8CE (or 0xEFE8CE) is known color: Scotch Mist. HEX triplet: EF, E8 and CE. RGB value is (239,232,206). Sum of RGB (Red+Green+Blue) = 239+232+206=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CE is #101731. Grayscale: #E7E7E7. Windows color (decimal): -1054514 or 13560047. OLE color: 13560047.

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

Color convert

RGB 239 232 206 -
CMYK 0 0.03 0.14 0.06
HSL 47.27º 0.51% 0.87% -
HSV(B) 47.27º 0.14% 0.94% -
XYZ 75.59 80.52 69.95 -
YUV 231.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 239 232 206 0 0.03 0.14 0.06 47.27 0.51 0.87
Hex EF E8 CE 0 3 E 6 2F 33 57
Octal 357 350 316 0 3 16 6 57 63 127
Binary 11101111 11101000 11001110 0 11 1110 110 101111 110011 1010111

Color Harmonies of #EFE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8CE

Black with #EFE8CE

Text Example


Text Example

White with #EFE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8CE; }

 p { color: rgb(239,232,206); }

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

background-color css

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

 a { background-color: rgb(239,232,206); }

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

border-color css

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

 span { border-color: rgb(239,232,206); }

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