Html Css Color HEX #EDCE8E Chamois

📋 copy color: '#EDCE8E'

red 237 ◦ green 206 ◦ blue 142

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

Shades of Chamois #EDCE8E

Tints of Chamois #EDCE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.27%

R = 40.51%
G = 35.21%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDCE8E (or 0xEDCE8E) is known color: Chamois. HEX triplet: ED, CE and 8E. RGB value is (237,206,142). Sum of RGB (Red+Green+Blue) = 237+206+142=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE8E is #123171. Grayscale: #D0D0D0. Windows color (decimal): -1192306 or 9359085. OLE color: 9359085.

HSL color Cylindrical-coordinate representation of color #EDCE8E: hue angle of 40.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDCE8E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 142 -
CMYK 0 0.13 0.40 0.07
HSL 40.42º 0.73% 0.74% -
HSV(B) 40.42º 0.4% 0.93% -
XYZ 61.88 64.1 34.7 -
YUV 207.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 237 206 142 0 0.13 0.40 0.07 40.42 0.73 0.74
Hex ED CE 8E 0 D 28 7 28 49 4A
Octal 355 316 216 0 15 50 7 50 111 112
Binary 11101101 11001110 10001110 0 1101 101000 111 101000 1001001 1001010

Color Harmonies of #EDCE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE8E

Black with #EDCE8E

Text Example


Text Example

White with #EDCE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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