Html Css Color HEX #EDC995 Chamois

📋 copy color: '#EDC995'

red 237 ◦ green 201 ◦ blue 149

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

Shades of Chamois #EDC995

Tints of Chamois #EDC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.24%

 BLUE value IS 149 (58.59% from 255) = 25.38%

R = 40.37%
G = 34.24%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDC995 (or 0xEDC995) is known color: Chamois. HEX triplet: ED, C9 and 95. RGB value is (237,201,149). Sum of RGB (Red+Green+Blue) = 237+201+149=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC995 is #12366A. Grayscale: #CECECE. Windows color (decimal): -1193579 or 9816557. OLE color: 9816557.

HSL color Cylindrical-coordinate representation of color #EDC995: hue angle of 35.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDC995 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 149 -
CMYK 0 0.15 0.37 0.07
HSL 35.45º 0.71% 0.76% -
HSV(B) 35.45º 0.37% 0.93% -
XYZ 61.24 61.95 37.16 -
YUV 205.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 237 201 149 0 0.15 0.37 0.07 35.45 0.71 0.76
Hex ED C9 95 0 F 25 7 23 47 4C
Octal 355 311 225 0 17 45 7 43 107 114
Binary 11101101 11001001 10010101 0 1111 100101 111 100011 1000111 1001100

Color Harmonies of #EDC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC995

Black with #EDC995

Text Example


Text Example

White with #EDC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC995; }

 p { color: rgb(237,201,149); }

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

background-color css

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

 a { background-color: rgb(237,201,149); }

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

border-color css

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

 span { border-color: rgb(237,201,149); }

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