#EDD294

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

Shades of Chamois #EDD294

Tints of Chamois #EDD294

Color information

#EDD294 (or 0xEDD294) is unknown color: approx Chamois. HEX triplet: ED, D2 and 94. RGB value is (237,210,148). Sum of RGB (Red+Green+Blue) = 237+210+148=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD294 is #122D6B. Grayscale: #D3D3D3. Windows color (decimal): -1191276 or 9753325. OLE color: 9753325.

HSL color Cylindrical-coordinate representation of color #EDD294: hue angle of 41.8º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDD294 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237210148-
CMYK00.110.380.07
HSL41.8º71.2%75.49%-
HSV(B)41.8º37.55%92.94%-
XYZ63.3266.2437.46-
YUV21192.45146.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=39.83%
G=35.29%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721014800.110.380.0741.871.275.49
HexEDD2940B2672a474b
Octal35532222401346752107113
Binary1110110111010010100101000101110011011110101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD294; }

 p { color: rgb(237,210,148); }

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

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

 a { background-color: rgb(237,210,148); }

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

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

 span { border-color: rgb(237,210,148); }

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