Html Css Color HEX #EDD195 Chamois

📋 copy color: '#EDD195'

red 237 ◦ green 209 ◦ blue 149

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

Shades of Chamois #EDD195

Tints of Chamois #EDD195

RGB

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

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

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

R = 39.83%
G = 35.13%
B = 25.04%

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

#EDD195 (or 0xEDD195) is known color: Chamois. HEX triplet: ED, D1 and 95. RGB value is (237,209,149). Sum of RGB (Red+Green+Blue) = 237+209+149=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD195 is #122E6A. Grayscale: #D2D2D2. Windows color (decimal): -1191531 or 9818605. OLE color: 9818605.

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

Color convert

RGB 237 209 149 -
CMYK 0 0.12 0.37 0.07
HSL 40.91º 0.71% 0.76% -
HSV(B) 40.91º 0.37% 0.93% -
XYZ 63.15 65.78 37.8 -
YUV 210.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 237 209 149 0 0.12 0.37 0.07 40.91 0.71 0.76
Hex ED D1 95 0 C 25 7 29 47 4C
Octal 355 321 225 0 14 45 7 51 107 114
Binary 11101101 11010001 10010101 0 1100 100101 111 101001 1000111 1001100

Color Harmonies of #EDD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD195

Black with #EDD195

Text Example


Text Example

White with #EDD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD195; }

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

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

background-color css

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

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

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

border-color css

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

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

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