Html Css Color HEX #EFE5C6 Scotch Mist

📋 copy color: '#EFE5C6'

red 239 ◦ green 229 ◦ blue 198

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

Shades of Scotch Mist #EFE5C6

Tints of Scotch Mist #EFE5C6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.38%

 BLUE value IS 198 (77.73% from 255) = 29.73%

R = 35.89%
G = 34.38%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFE5C6 (or 0xEFE5C6) is known color: Scotch Mist. HEX triplet: EF, E5 and C6. RGB value is (239,229,198). Sum of RGB (Red+Green+Blue) = 239+229+198=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C6 is #101A39. Grayscale: #E4E4E4. Windows color (decimal): -1055290 or 13034991. OLE color: 13034991.

HSL color Cylindrical-coordinate representation of color #EFE5C6: hue angle of 45.37º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFE5C6 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 198 -
CMYK 0 0.04 0.17 0.06
HSL 45.37º 0.56% 0.86% -
HSV(B) 45.37º 0.17% 0.94% -
XYZ 73.81 78.47 64.68 -
YUV 228.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 239 229 198 0 0.04 0.17 0.06 45.37 0.56 0.86
Hex EF E5 C6 0 4 11 6 2D 38 56
Octal 357 345 306 0 4 21 6 55 70 126
Binary 11101111 11100101 11000110 0 100 10001 110 101101 111000 1010110

Color Harmonies of #EFE5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5C6

Black with #EFE5C6

Text Example


Text Example

White with #EFE5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5C6; }

 p { color: rgb(239,229,198); }

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

background-color css

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

 a { background-color: rgb(239,229,198); }

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

border-color css

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

 span { border-color: rgb(239,229,198); }

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