Html Css Color HEX #EFE6CA Scotch Mist

📋 copy color: '#EFE6CA'

red 239 ◦ green 230 ◦ blue 202

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

Shades of Scotch Mist #EFE6CA

Tints of Scotch Mist #EFE6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.28%

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 35.62%
G = 34.28%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE6CA (or 0xEFE6CA) is known color: Scotch Mist. HEX triplet: EF, E6 and CA. RGB value is (239,230,202). Sum of RGB (Red+Green+Blue) = 239+230+202=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CA is #101935. Grayscale: #E5E5E5. Windows color (decimal): -1055030 or 13297391. OLE color: 13297391.

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

Color convert

RGB 239 230 202 -
CMYK 0 0.04 0.15 0.06
HSL 45.41º 0.54% 0.86% -
HSV(B) 45.41º 0.15% 0.94% -
XYZ 74.55 79.21 67.24 -
YUV 229.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 239 230 202 0 0.04 0.15 0.06 45.41 0.54 0.86
Hex EF E6 CA 0 4 F 6 2D 36 56
Octal 357 346 312 0 4 17 6 55 66 126
Binary 11101111 11100110 11001010 0 100 1111 110 101101 110110 1010110

Color Harmonies of #EFE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6CA

Black with #EFE6CA

Text Example


Text Example

White with #EFE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6CA; }

 p { color: rgb(239,230,202); }

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

background-color css

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

 a { background-color: rgb(239,230,202); }

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

border-color css

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

 span { border-color: rgb(239,230,202); }

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