Html Css Color HEX #EDD09D Chamois

📋 copy color: '#EDD09D'

red 237 ◦ green 208 ◦ blue 157

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

Shades of Chamois #EDD09D

Tints of Chamois #EDD09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.08%

R = 39.37%
G = 34.55%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDD09D (or 0xEDD09D) is known color: Chamois. HEX triplet: ED, D0 and 9D. RGB value is (237,208,157). Sum of RGB (Red+Green+Blue) = 237+208+157=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09D is #122F62. Grayscale: #D3D3D3. Windows color (decimal): -1191779 or 10342637. OLE color: 10342637.

HSL color Cylindrical-coordinate representation of color #EDD09D: hue angle of 38.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDD09D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 157 -
CMYK 0 0.12 0.34 0.07
HSL 38.25º 0.69% 0.77% -
HSV(B) 38.25º 0.34% 0.93% -
XYZ 63.57 65.55 41.2 -
YUV 210.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 237 208 157 0 0.12 0.34 0.07 38.25 0.69 0.77
Hex ED D0 9D 0 C 22 7 26 45 4D
Octal 355 320 235 0 14 42 7 46 105 115
Binary 11101101 11010000 10011101 0 1100 100010 111 100110 1000101 1001101

Color Harmonies of #EDD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD09D

Black with #EDD09D

Text Example


Text Example

White with #EDD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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