Html Css Color HEX #EDCE9B Chamois

📋 copy color: '#EDCE9B'

red 237 ◦ green 206 ◦ blue 155

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

Shades of Chamois #EDCE9B

Tints of Chamois #EDCE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.92%

R = 39.63%
G = 34.45%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDCE9B (or 0xEDCE9B) is known color: Chamois. HEX triplet: ED, CE and 9B. RGB value is (237,206,155). Sum of RGB (Red+Green+Blue) = 237+206+155=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9B is #123164. Grayscale: #D1D1D1. Windows color (decimal): -1192293 or 10211053. OLE color: 10211053.

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

Color convert

RGB 237 206 155 -
CMYK 0 0.13 0.35 0.07
HSL 37.32º 0.69% 0.77% -
HSV(B) 37.32º 0.35% 0.93% -
XYZ 62.91 64.51 40.15 -
YUV 209.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 237 206 155 0 0.13 0.35 0.07 37.32 0.69 0.77
Hex ED CE 9B 0 D 23 7 25 45 4D
Octal 355 316 233 0 15 43 7 45 105 115
Binary 11101101 11001110 10011011 0 1101 100011 111 100101 1000101 1001101

Color Harmonies of #EDCE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE9B

Black with #EDCE9B

Text Example


Text Example

White with #EDCE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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