Html Css Color HEX #EFE7CA Scotch Mist

📋 copy color: '#EFE7CA'

red 239 ◦ green 231 ◦ blue 202

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

Shades of Scotch Mist #EFE7CA

Tints of Scotch Mist #EFE7CA

RGB

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

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

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

R = 35.57%
G = 34.38%
B = 30.06%

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

#EFE7CA (or 0xEFE7CA) is known color: Scotch Mist. HEX triplet: EF, E7 and CA. RGB value is (239,231,202). Sum of RGB (Red+Green+Blue) = 239+231+202=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CA is #101835. Grayscale: #E6E6E6. Windows color (decimal): -1054774 or 13297647. OLE color: 13297647.

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

Color convert

RGB 239 231 202 -
CMYK 0 0.03 0.15 0.06
HSL 47.03º 0.54% 0.86% -
HSV(B) 47.03º 0.15% 0.94% -
XYZ 74.83 79.77 67.33 -
YUV 230.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 239 231 202 0 0.03 0.15 0.06 47.03 0.54 0.86
Hex EF E7 CA 0 3 F 6 2F 36 56
Octal 357 347 312 0 3 17 6 57 66 126
Binary 11101111 11100111 11001010 0 11 1111 110 101111 110110 1010110

Color Harmonies of #EFE7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7CA

Black with #EFE7CA

Text Example


Text Example

White with #EFE7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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