Html Css Color HEX #EDD196 Chamois

📋 copy color: '#EDD196'

red 237 ◦ green 209 ◦ blue 150

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

Shades of Chamois #EDD196

Tints of Chamois #EDD196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 39.77%
G = 35.07%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDD196 (or 0xEDD196) is known color: Chamois. HEX triplet: ED, D1 and 96. RGB value is (237,209,150). Sum of RGB (Red+Green+Blue) = 237+209+150=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD196 is #122E69. Grayscale: #D2D2D2. Windows color (decimal): -1191530 or 9884141. OLE color: 9884141.

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

Color convert

RGB 237 209 150 -
CMYK 0 0.12 0.37 0.07
HSL 40.69º 0.71% 0.76% -
HSV(B) 40.69º 0.37% 0.93% -
XYZ 63.23 65.81 38.22 -
YUV 210.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 237 209 150 0 0.12 0.37 0.07 40.69 0.71 0.76
Hex ED D1 96 0 C 25 7 29 47 4C
Octal 355 321 226 0 14 45 7 51 107 114
Binary 11101101 11010001 10010110 0 1100 100101 111 101001 1000111 1001100

Color Harmonies of #EDD196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD196

Black with #EDD196

Text Example


Text Example

White with #EDD196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD196; }

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

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

background-color css

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

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

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

border-color css

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

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

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