Html Css Color HEX #EDCC9C Chamois

📋 copy color: '#EDCC9C'

red 237 ◦ green 204 ◦ blue 156

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

Shades of Chamois #EDCC9C

Tints of Chamois #EDCC9C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.17%

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

R = 39.7%
G = 34.17%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDCC9C (or 0xEDCC9C) is known color: Chamois. HEX triplet: ED, CC and 9C. RGB value is (237,204,156). Sum of RGB (Red+Green+Blue) = 237+204+156=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC9C is #123363. Grayscale: #D0D0D0. Windows color (decimal): -1192804 or 10276077. OLE color: 10276077.

HSL color Cylindrical-coordinate representation of color #EDCC9C: hue angle of 35.56º 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 #EDCC9C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 156 -
CMYK 0 0.14 0.34 0.07
HSL 35.56º 0.69% 0.77% -
HSV(B) 35.56º 0.34% 0.93% -
XYZ 62.52 63.59 40.43 -
YUV 208.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 237 204 156 0 0.14 0.34 0.07 35.56 0.69 0.77
Hex ED CC 9C 0 E 22 7 24 45 4D
Octal 355 314 234 0 16 42 7 44 105 115
Binary 11101101 11001100 10011100 0 1110 100010 111 100100 1000101 1001101

Color Harmonies of #EDCC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC9C

Black with #EDCC9C

Text Example


Text Example

White with #EDCC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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