Html Css Color HEX #EDC894 Chamois

📋 copy color: '#EDC894'

red 237 ◦ green 200 ◦ blue 148

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

Shades of Chamois #EDC894

Tints of Chamois #EDC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.19%

 BLUE value IS 148 (58.2% from 255) = 25.3%

R = 40.51%
G = 34.19%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC894 (or 0xEDC894) is known color: Chamois. HEX triplet: ED, C8 and 94. RGB value is (237,200,148). Sum of RGB (Red+Green+Blue) = 237+200+148=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC894 is #12376B. Grayscale: #CDCDCD. Windows color (decimal): -1193836 or 9750765. OLE color: 9750765.

HSL color Cylindrical-coordinate representation of color #EDC894: hue angle of 35.06º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDC894 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 148 -
CMYK 0 0.16 0.38 0.07
HSL 35.06º 0.71% 0.75% -
HSV(B) 35.06º 0.38% 0.93% -
XYZ 60.92 61.45 36.67 -
YUV 205.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 237 200 148 0 0.16 0.38 0.07 35.06 0.71 0.75
Hex ED C8 94 0 10 26 7 23 47 4B
Octal 355 310 224 0 20 46 7 43 107 113
Binary 11101101 11001000 10010100 0 10000 100110 111 100011 1000111 1001011

Color Harmonies of #EDC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC894

Black with #EDC894

Text Example


Text Example

White with #EDC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC894; }

 p { color: rgb(237,200,148); }

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

background-color css

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

 a { background-color: rgb(237,200,148); }

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

border-color css

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

 span { border-color: rgb(237,200,148); }

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