Html Css Color HEX #EFE8CD Scotch Mist

📋 copy color: '#EFE8CD'

red 239 ◦ green 232 ◦ blue 205

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

Shades of Scotch Mist #EFE8CD

Tints of Scotch Mist #EFE8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.33%

R = 35.36%
G = 34.32%
B = 30.33%

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

#EFE8CD (or 0xEFE8CD) is known color: Scotch Mist. HEX triplet: EF, E8 and CD. RGB value is (239,232,205). Sum of RGB (Red+Green+Blue) = 239+232+205=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CD is #101732. Grayscale: #E7E7E7. Windows color (decimal): -1054515 or 13494511. OLE color: 13494511.

HSL color Cylindrical-coordinate representation of color #EFE8CD: hue angle of 47.65º degrees, saturation: 0.52, 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 #EFE8CD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 205 -
CMYK 0 0.03 0.14 0.06
HSL 47.65º 0.52% 0.87% -
HSV(B) 47.65º 0.14% 0.94% -
XYZ 75.47 80.47 69.31 -
YUV 231.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 239 232 205 0 0.03 0.14 0.06 47.65 0.52 0.87
Hex EF E8 CD 0 3 E 6 30 34 57
Octal 357 350 315 0 3 16 6 60 64 127
Binary 11101111 11101000 11001101 0 11 1110 110 110000 110100 1010111

Color Harmonies of #EFE8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8CD

Black with #EFE8CD

Text Example


Text Example

White with #EFE8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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