Html Css Color HEX #EFE7C4 Scotch Mist

📋 copy color: '#EFE7C4'

red 239 ◦ green 231 ◦ blue 196

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

Shades of Scotch Mist #EFE7C4

Tints of Scotch Mist #EFE7C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.43%

R = 35.89%
G = 34.68%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFE7C4 (or 0xEFE7C4) is known color: Scotch Mist. HEX triplet: EF, E7 and C4. RGB value is (239,231,196). Sum of RGB (Red+Green+Blue) = 239+231+196=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7C4 is #10183B. Grayscale: #E5E5E5. Windows color (decimal): -1054780 or 12904431. OLE color: 12904431.

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

Color convert

RGB 239 231 196 -
CMYK 0 0.03 0.18 0.06
HSL 48.84º 0.57% 0.85% -
HSV(B) 48.84º 0.18% 0.94% -
XYZ 74.14 79.49 63.66 -
YUV 229.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 239 231 196 0 0.03 0.18 0.06 48.84 0.57 0.85
Hex EF E7 C4 0 3 12 6 31 39 55
Octal 357 347 304 0 3 22 6 61 71 125
Binary 11101111 11100111 11000100 0 11 10010 110 110001 111001 1010101

Color Harmonies of #EFE7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7C4

Black with #EFE7C4

Text Example


Text Example

White with #EFE7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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