Html Css Color HEX #EFE9CF Scotch Mist

📋 copy color: '#EFE9CF'

red 239 ◦ green 233 ◦ blue 207

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

Shades of Scotch Mist #EFE9CF

Tints of Scotch Mist #EFE9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.32%

 BLUE value IS 207 (81.25% from 255) = 30.49%

R = 35.2%
G = 34.32%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFE9CF (or 0xEFE9CF) is known color: Scotch Mist. HEX triplet: EF, E9 and CF. RGB value is (239,233,207). Sum of RGB (Red+Green+Blue) = 239+233+207=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CF is #101630. Grayscale: #E7E7E7. Windows color (decimal): -1054257 or 13625839. OLE color: 13625839.

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

Color convert

RGB 239 233 207 -
CMYK 0 0.03 0.13 0.06
HSL 48.75º 0.5% 0.87% -
HSV(B) 48.75º 0.13% 0.94% -
XYZ 76 81.13 70.69 -
YUV 231.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 239 233 207 0 0.03 0.13 0.06 48.75 0.5 0.87
Hex EF E9 CF 0 3 D 6 31 32 57
Octal 357 351 317 0 3 15 6 61 62 127
Binary 11101111 11101001 11001111 0 11 1101 110 110001 110010 1010111

Color Harmonies of #EFE9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9CF

Black with #EFE9CF

Text Example


Text Example

White with #EFE9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9CF; }

 p { color: rgb(239,233,207); }

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

background-color css

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

 a { background-color: rgb(239,233,207); }

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

border-color css

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

 span { border-color: rgb(239,233,207); }

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