Html Css Color HEX #EDD396 Chamois

📋 copy color: '#EDD396'

red 237 ◦ green 211 ◦ blue 150

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

Shades of Chamois #EDD396

Tints of Chamois #EDD396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.28%

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

R = 39.63%
G = 35.28%
B = 25.08%

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

#EDD396 (or 0xEDD396) is known color: Chamois. HEX triplet: ED, D3 and 96. RGB value is (237,211,150). Sum of RGB (Red+Green+Blue) = 237+211+150=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD396 is #122C69. Grayscale: #D4D4D4. Windows color (decimal): -1191018 or 9884653. OLE color: 9884653.

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

Color convert

RGB 237 211 150 -
CMYK 0 0.11 0.37 0.07
HSL 42.07º 0.71% 0.76% -
HSV(B) 42.07º 0.37% 0.93% -
XYZ 63.72 66.8 38.39 -
YUV 211.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 237 211 150 0 0.11 0.37 0.07 42.07 0.71 0.76
Hex ED D3 96 0 B 25 7 2A 47 4C
Octal 355 323 226 0 13 45 7 52 107 114
Binary 11101101 11010011 10010110 0 1011 100101 111 101010 1000111 1001100

Color Harmonies of #EDD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD396

Black with #EDD396

Text Example


Text Example

White with #EDD396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD396; }

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

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

background-color css

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

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

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

border-color css

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

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

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