Html Css Color HEX #EFE8CC Scotch Mist

📋 copy color: '#EFE8CC'

red 239 ◦ green 232 ◦ blue 204

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

Shades of Scotch Mist #EFE8CC

Tints of Scotch Mist #EFE8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.22%

R = 35.41%
G = 34.37%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE8CC (or 0xEFE8CC) is known color: Scotch Mist. HEX triplet: EF, E8 and CC. RGB value is (239,232,204). Sum of RGB (Red+Green+Blue) = 239+232+204=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CC is #101733. Grayscale: #E7E7E7. Windows color (decimal): -1054516 or 13428975. OLE color: 13428975.

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

Color convert

RGB 239 232 204 -
CMYK 0 0.03 0.15 0.06
HSL 48º 0.52% 0.87% -
HSV(B) 48º 0.15% 0.94% -
XYZ 75.35 80.42 68.68 -
YUV 230.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 239 232 204 0 0.03 0.15 0.06 48 0.52 0.87
Hex EF E8 CC 0 3 F 6 30 34 57
Octal 357 350 314 0 3 17 6 60 64 127
Binary 11101111 11101000 11001100 0 11 1111 110 110000 110100 1010111

Color Harmonies of #EFE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8CC

Black with #EFE8CC

Text Example


Text Example

White with #EFE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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