Html Css Color HEX #EFE7CB Scotch Mist

📋 copy color: '#EFE7CB'

red 239 ◦ green 231 ◦ blue 203

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

Shades of Scotch Mist #EFE7CB

Tints of Scotch Mist #EFE7CB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.32%

 BLUE value IS 203 (79.69% from 255) = 30.16%

R = 35.51%
G = 34.32%
B = 30.16%

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

#EFE7CB (or 0xEFE7CB) is known color: Scotch Mist. HEX triplet: EF, E7 and CB. RGB value is (239,231,203). Sum of RGB (Red+Green+Blue) = 239+231+203=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CB is #101834. Grayscale: #E6E6E6. Windows color (decimal): -1054773 or 13363183. OLE color: 13363183.

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

Color convert

RGB 239 231 203 -
CMYK 0 0.03 0.15 0.06
HSL 46.67º 0.53% 0.87% -
HSV(B) 46.67º 0.15% 0.94% -
XYZ 74.95 79.81 67.96 -
YUV 230.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 239 231 203 0 0.03 0.15 0.06 46.67 0.53 0.87
Hex EF E7 CB 0 3 F 6 2F 35 57
Octal 357 347 313 0 3 17 6 57 65 127
Binary 11101111 11100111 11001011 0 11 1111 110 101111 110101 1010111

Color Harmonies of #EFE7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7CB

Black with #EFE7CB

Text Example


Text Example

White with #EFE7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7CB; }

 p { color: rgb(239,231,203); }

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

background-color css

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

 a { background-color: rgb(239,231,203); }

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

border-color css

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

 span { border-color: rgb(239,231,203); }

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