Html Css Color HEX #EDCA8E Chamois

📋 copy color: '#EDCA8E'

red 237 ◦ green 202 ◦ blue 142

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

Shades of Chamois #EDCA8E

Tints of Chamois #EDCA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.77%

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

R = 40.79%
G = 34.77%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDCA8E (or 0xEDCA8E) is known color: Chamois. HEX triplet: ED, CA and 8E. RGB value is (237,202,142). Sum of RGB (Red+Green+Blue) = 237+202+142=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA8E is #123571. Grayscale: #CDCDCD. Windows color (decimal): -1193330 or 9358061. OLE color: 9358061.

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

Color convert

RGB 237 202 142 -
CMYK 0 0.15 0.40 0.07
HSL 37.89º 0.73% 0.74% -
HSV(B) 37.89º 0.4% 0.93% -
XYZ 60.93 62.2 34.39 -
YUV 205.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 237 202 142 0 0.15 0.40 0.07 37.89 0.73 0.74
Hex ED CA 8E 0 F 28 7 26 49 4A
Octal 355 312 216 0 17 50 7 46 111 112
Binary 11101101 11001010 10001110 0 1111 101000 111 100110 1001001 1001010

Color Harmonies of #EDCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA8E

Black with #EDCA8E

Text Example


Text Example

White with #EDCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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