Html Css Color HEX #EDCD96 Chamois

📋 copy color: '#EDCD96'

red 237 ◦ green 205 ◦ blue 150

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

Shades of Chamois #EDCD96

Tints of Chamois #EDCD96

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

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

R = 40.03%
G = 34.63%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDCD96 (or 0xEDCD96) is known color: Chamois. HEX triplet: ED, CD and 96. RGB value is (237,205,150). Sum of RGB (Red+Green+Blue) = 237+205+150=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD96 is #123269. Grayscale: #D0D0D0. Windows color (decimal): -1192554 or 9883117. OLE color: 9883117.

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

Color convert

RGB 237 205 150 -
CMYK 0 0.14 0.37 0.07
HSL 37.93º 0.71% 0.76% -
HSV(B) 37.93º 0.37% 0.93% -
XYZ 62.26 63.87 37.9 -
YUV 208.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 237 205 150 0 0.14 0.37 0.07 37.93 0.71 0.76
Hex ED CD 96 0 E 25 7 26 47 4C
Octal 355 315 226 0 16 45 7 46 107 114
Binary 11101101 11001101 10010110 0 1110 100101 111 100110 1000111 1001100

Color Harmonies of #EDCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD96

Black with #EDCD96

Text Example


Text Example

White with #EDCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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