Html Css Color HEX #EFE9CC Scotch Mist

📋 copy color: '#EFE9CC'

red 239 ◦ green 233 ◦ blue 204

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

Shades of Scotch Mist #EFE9CC

Tints of Scotch Mist #EFE9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.18%

R = 35.36%
G = 34.47%
B = 30.18%

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

#EFE9CC (or 0xEFE9CC) is known color: Scotch Mist. HEX triplet: EF, E9 and CC. RGB value is (239,233,204). Sum of RGB (Red+Green+Blue) = 239+233+204=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CC is #101633. Grayscale: #E7E7E7. Windows color (decimal): -1054260 or 13429231. OLE color: 13429231.

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

Color convert

RGB 239 233 204 -
CMYK 0 0.03 0.15 0.06
HSL 49.71º 0.52% 0.87% -
HSV(B) 49.71º 0.15% 0.94% -
XYZ 75.63 80.99 68.77 -
YUV 231.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 239 233 204 0 0.03 0.15 0.06 49.71 0.52 0.87
Hex EF E9 CC 0 3 F 6 32 34 57
Octal 357 351 314 0 3 17 6 62 64 127
Binary 11101111 11101001 11001100 0 11 1111 110 110010 110100 1010111

Color Harmonies of #EFE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9CC

Black with #EFE9CC

Text Example


Text Example

White with #EFE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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