Html Css Color HEX #EDE5CA Scotch Mist

📋 copy color: '#EDE5CA'

red 237 ◦ green 229 ◦ blue 202

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

Shades of Scotch Mist #EDE5CA

Tints of Scotch Mist #EDE5CA

RGB

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

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

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

R = 35.48%
G = 34.28%
B = 30.24%

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

#EDE5CA (or 0xEDE5CA) is known color: Scotch Mist. HEX triplet: ED, E5 and CA. RGB value is (237,229,202). Sum of RGB (Red+Green+Blue) = 237+229+202=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5CA is #121A35. Grayscale: #E4E4E4. Windows color (decimal): -1186358 or 13297133. OLE color: 13297133.

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

Color convert

RGB 237 229 202 -
CMYK 0 0.03 0.15 0.07
HSL 46.29º 0.49% 0.86% -
HSV(B) 46.29º 0.15% 0.93% -
XYZ 73.61 78.31 67.11 -
YUV 228.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 237 229 202 0 0.03 0.15 0.07 46.29 0.49 0.86
Hex ED E5 CA 0 3 F 7 2E 31 56
Octal 355 345 312 0 3 17 7 56 61 126
Binary 11101101 11100101 11001010 0 11 1111 111 101110 110001 1010110

Color Harmonies of #EDE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5CA

Black with #EDE5CA

Text Example


Text Example

White with #EDE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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