Html Css Color HEX #EDD095 Chamois

📋 copy color: '#EDD095'

red 237 ◦ green 208 ◦ blue 149

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

Shades of Chamois #EDD095

Tints of Chamois #EDD095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

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

R = 39.9%
G = 35.02%
B = 25.08%

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

#EDD095 (or 0xEDD095) is known color: Chamois. HEX triplet: ED, D0 and 95. RGB value is (237,208,149). Sum of RGB (Red+Green+Blue) = 237+208+149=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD095 is #122F6A. Grayscale: #D2D2D2. Windows color (decimal): -1191787 or 9818349. OLE color: 9818349.

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

Color convert

RGB 237 208 149 -
CMYK 0 0.12 0.37 0.07
HSL 40.23º 0.71% 0.76% -
HSV(B) 40.23º 0.37% 0.93% -
XYZ 62.91 65.29 37.72 -
YUV 209.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 237 208 149 0 0.12 0.37 0.07 40.23 0.71 0.76
Hex ED D0 95 0 C 25 7 28 47 4C
Octal 355 320 225 0 14 45 7 50 107 114
Binary 11101101 11010000 10010101 0 1100 100101 111 101000 1000111 1001100

Color Harmonies of #EDD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD095

Black with #EDD095

Text Example


Text Example

White with #EDD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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