Html Css Color HEX #EDCE9C Chamois

📋 copy color: '#EDCE9C'

red 237 ◦ green 206 ◦ blue 156

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

Shades of Chamois #EDCE9C

Tints of Chamois #EDCE9C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.39%

 BLUE value IS 156 (61.33% from 255) = 26.04%

R = 39.57%
G = 34.39%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDCE9C (or 0xEDCE9C) is known color: Chamois. HEX triplet: ED, CE and 9C. RGB value is (237,206,156). Sum of RGB (Red+Green+Blue) = 237+206+156=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9C is #123163. Grayscale: #D1D1D1. Windows color (decimal): -1192292 or 10276589. OLE color: 10276589.

HSL color Cylindrical-coordinate representation of color #EDCE9C: hue angle of 37.04º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDCE9C is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 156 -
CMYK 0 0.13 0.34 0.07
HSL 37.04º 0.69% 0.77% -
HSV(B) 37.04º 0.34% 0.93% -
XYZ 63 64.55 40.59 -
YUV 209.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 237 206 156 0 0.13 0.34 0.07 37.04 0.69 0.77
Hex ED CE 9C 0 D 22 7 25 45 4D
Octal 355 316 234 0 15 42 7 45 105 115
Binary 11101101 11001110 10011100 0 1101 100010 111 100101 1000101 1001101

Color Harmonies of #EDCE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE9C

Black with #EDCE9C

Text Example


Text Example

White with #EDCE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE9C; }

 p { color: rgb(237,206,156); }

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

background-color css

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

 a { background-color: rgb(237,206,156); }

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

border-color css

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

 span { border-color: rgb(237,206,156); }

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