Html Css Color HEX #EDCD9A Chamois

📋 copy color: '#EDCD9A'

red 237 ◦ green 205 ◦ blue 154

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

Shades of Chamois #EDCD9A

Tints of Chamois #EDCD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 39.77%
G = 34.4%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDCD9A (or 0xEDCD9A) is known color: Chamois. HEX triplet: ED, CD and 9A. RGB value is (237,205,154). Sum of RGB (Red+Green+Blue) = 237+205+154=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD9A is #123265. Grayscale: #D0D0D0. Windows color (decimal): -1192550 or 10145261. OLE color: 10145261.

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

Color convert

RGB 237 205 154 -
CMYK 0 0.14 0.35 0.07
HSL 36.87º 0.7% 0.77% -
HSV(B) 36.87º 0.35% 0.93% -
XYZ 62.59 64 39.63 -
YUV 208.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 237 205 154 0 0.14 0.35 0.07 36.87 0.7 0.77
Hex ED CD 9A 0 E 23 7 25 46 4D
Octal 355 315 232 0 16 43 7 45 106 115
Binary 11101101 11001101 10011010 0 1110 100011 111 100101 1000110 1001101

Color Harmonies of #EDCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD9A

Black with #EDCD9A

Text Example


Text Example

White with #EDCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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