Html Css Color HEX #EDE5C9 Scotch Mist

📋 copy color: '#EDE5C9'

red 237 ◦ green 229 ◦ blue 201

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

Shades of Scotch Mist #EDE5C9

Tints of Scotch Mist #EDE5C9

RGB

 RED value IS 237 (92.97% from 255) = 35.53%

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

 BLUE value IS 201 (78.91% from 255) = 30.13%

R = 35.53%
G = 34.33%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDE5C9 (or 0xEDE5C9) is known color: Scotch Mist. HEX triplet: ED, E5 and C9. RGB value is (237,229,201). Sum of RGB (Red+Green+Blue) = 237+229+201=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5C9 is #121A36. Grayscale: #E4E4E4. Windows color (decimal): -1186359 or 13231597. OLE color: 13231597.

HSL color Cylindrical-coordinate representation of color #EDE5C9: hue angle of 46.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE5C9 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 201 -
CMYK 0 0.03 0.15 0.07
HSL 46.67º 0.5% 0.86% -
HSV(B) 46.67º 0.15% 0.93% -
XYZ 73.49 78.26 66.49 -
YUV 228.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 237 229 201 0 0.03 0.15 0.07 46.67 0.5 0.86
Hex ED E5 C9 0 3 F 7 2F 32 56
Octal 355 345 311 0 3 17 7 57 62 126
Binary 11101101 11100101 11001001 0 11 1111 111 101111 110010 1010110

Color Harmonies of #EDE5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5C9

Black with #EDE5C9

Text Example


Text Example

White with #EDE5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5C9; }

 p { color: rgb(237,229,201); }

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

background-color css

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

 a { background-color: rgb(237,229,201); }

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

border-color css

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

 span { border-color: rgb(237,229,201); }

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