Html Css Color HEX #EDD296 Chamois

📋 copy color: '#EDD296'

red 237 ◦ green 210 ◦ blue 150

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

Shades of Chamois #EDD296

Tints of Chamois #EDD296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.13%

R = 39.7%
G = 35.18%
B = 25.13%

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

#EDD296 (or 0xEDD296) is known color: Chamois. HEX triplet: ED, D2 and 96. RGB value is (237,210,150). Sum of RGB (Red+Green+Blue) = 237+210+150=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD296 is #122D69. Grayscale: #D3D3D3. Windows color (decimal): -1191274 or 9884397. OLE color: 9884397.

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

Color convert

RGB 237 210 150 -
CMYK 0 0.11 0.37 0.07
HSL 41.38º 0.71% 0.76% -
HSV(B) 41.38º 0.37% 0.93% -
XYZ 63.48 66.3 38.31 -
YUV 211.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 237 210 150 0 0.11 0.37 0.07 41.38 0.71 0.76
Hex ED D2 96 0 B 25 7 29 47 4C
Octal 355 322 226 0 13 45 7 51 107 114
Binary 11101101 11010010 10010110 0 1011 100101 111 101001 1000111 1001100

Color Harmonies of #EDD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD296

Black with #EDD296

Text Example


Text Example

White with #EDD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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