Html Css Color HEX #EDD295 Chamois

📋 copy color: '#EDD295'

red 237 ◦ green 210 ◦ blue 149

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

Shades of Chamois #EDD295

Tints of Chamois #EDD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 39.77%
G = 35.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDD295 (or 0xEDD295) is known color: Chamois. HEX triplet: ED, D2 and 95. RGB value is (237,210,149). Sum of RGB (Red+Green+Blue) = 237+210+149=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD295 is #122D6A. Grayscale: #D3D3D3. Windows color (decimal): -1191275 or 9818861. OLE color: 9818861.

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

Color convert

RGB 237 210 149 -
CMYK 0 0.11 0.37 0.07
HSL 41.59º 0.71% 0.76% -
HSV(B) 41.59º 0.37% 0.93% -
XYZ 63.4 66.27 37.88 -
YUV 211.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 237 210 149 0 0.11 0.37 0.07 41.59 0.71 0.76
Hex ED D2 95 0 B 25 7 2A 47 4C
Octal 355 322 225 0 13 45 7 52 107 114
Binary 11101101 11010010 10010101 0 1011 100101 111 101010 1000111 1001100

Color Harmonies of #EDD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD295

Black with #EDD295

Text Example


Text Example

White with #EDD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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