Html Css Color HEX #EDCD8E Chamois

📋 copy color: '#EDCD8E'

red 237 ◦ green 205 ◦ blue 142

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

Shades of Chamois #EDCD8E

Tints of Chamois #EDCD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.32%

R = 40.58%
G = 35.1%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDCD8E (or 0xEDCD8E) is known color: Chamois. HEX triplet: ED, CD and 8E. RGB value is (237,205,142). Sum of RGB (Red+Green+Blue) = 237+205+142=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD8E is #123271. Grayscale: #CFCFCF. Windows color (decimal): -1192562 or 9358829. OLE color: 9358829.

HSL color Cylindrical-coordinate representation of color #EDCD8E: hue angle of 39.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDCD8E is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 142 -
CMYK 0 0.14 0.40 0.07
HSL 39.79º 0.73% 0.74% -
HSV(B) 39.79º 0.4% 0.93% -
XYZ 61.64 63.62 34.62 -
YUV 207.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 237 205 142 0 0.14 0.40 0.07 39.79 0.73 0.74
Hex ED CD 8E 0 E 28 7 28 49 4A
Octal 355 315 216 0 16 50 7 50 111 112
Binary 11101101 11001101 10001110 0 1110 101000 111 101000 1001001 1001010

Color Harmonies of #EDCD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD8E

Black with #EDCD8E

Text Example


Text Example

White with #EDCD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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