Html Css Color HEX #EDD096 Chamois

📋 copy color: '#EDD096'

red 237 ◦ green 208 ◦ blue 150

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

Shades of Chamois #EDD096

Tints of Chamois #EDD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.96%

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

R = 39.83%
G = 34.96%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDD096 (or 0xEDD096) is known color: Chamois. HEX triplet: ED, D0 and 96. RGB value is (237,208,150). Sum of RGB (Red+Green+Blue) = 237+208+150=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD096 is #122F69. Grayscale: #D2D2D2. Windows color (decimal): -1191786 or 9883885. OLE color: 9883885.

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

Color convert

RGB 237 208 150 -
CMYK 0 0.12 0.37 0.07
HSL 40º 0.71% 0.76% -
HSV(B) 40º 0.37% 0.93% -
XYZ 62.99 65.32 38.14 -
YUV 210.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 237 208 150 0 0.12 0.37 0.07 40 0.71 0.76
Hex ED D0 96 0 C 25 7 28 47 4C
Octal 355 320 226 0 14 45 7 50 107 114
Binary 11101101 11010000 10010110 0 1100 100101 111 101000 1000111 1001100

Color Harmonies of #EDD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD096

Black with #EDD096

Text Example


Text Example

White with #EDD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD096; }

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

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

background-color css

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

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

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

border-color css

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

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

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