#EDD198

Color #EDD198 Chamois (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chamois #EDD198

Tints of Chamois #EDD198

Color information

#EDD198 (or 0xEDD198) is unknown color: approx Chamois. HEX triplet: ED, D1 and 98. RGB value is (237,209,152). Sum of RGB (Red+Green+Blue) = 237+209+152=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD198 is #122E67. Grayscale: #D3D3D3. Windows color (decimal): -1191528 or 10015213. OLE color: 10015213.

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

Color convert

RGB237209152-
CMYK00.120.360.07
HSL40.24º70.25%76.27%-
HSV(B)40.24º35.86%92.94%-
XYZ63.3965.8739.08-
YUV210.8794.78146.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=39.63%
G=34.95%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720915200.120.360.0740.2470.2576.27
HexEDD1980C24728464c
Octal35532123001444750106114
Binary1110110111010001100110000110010010011110100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD198; }

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

 H1.HeaderClassName
 {
   color: #EDD198;
 }
 .AnyTagClassName
 {
   color: #EDD198;
 }
</style>
background-color css

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

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

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

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

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

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