Html Css Color HEX #EDD197 Chamois

📋 copy color: '#EDD197'

red 237 ◦ green 209 ◦ blue 151

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

Shades of Chamois #EDD197

Tints of Chamois #EDD197

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.01%

 BLUE value IS 151 (59.38% from 255) = 25.29%

R = 39.7%
G = 35.01%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDD197 (or 0xEDD197) is known color: Chamois. HEX triplet: ED, D1 and 97. RGB value is (237,209,151). Sum of RGB (Red+Green+Blue) = 237+209+151=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD197 is #122E68. Grayscale: #D3D3D3. Windows color (decimal): -1191529 or 9949677. OLE color: 9949677.

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

Color convert

RGB 237 209 151 -
CMYK 0 0.12 0.36 0.07
HSL 40.47º 0.7% 0.76% -
HSV(B) 40.47º 0.36% 0.93% -
XYZ 63.31 65.84 38.65 -
YUV 210.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 237 209 151 0 0.12 0.36 0.07 40.47 0.7 0.76
Hex ED D1 97 0 C 24 7 28 46 4C
Octal 355 321 227 0 14 44 7 50 106 114
Binary 11101101 11010001 10010111 0 1100 100100 111 101000 1000110 1001100

Color Harmonies of #EDD197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD197

Black with #EDD197

Text Example


Text Example

White with #EDD197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD197; }

 p { color: rgb(237,209,151); }

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

background-color css

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

 a { background-color: rgb(237,209,151); }

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

border-color css

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

 span { border-color: rgb(237,209,151); }

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