Html Css Color HEX #EDC994 Chamois

📋 copy color: '#EDC994'

red 237 ◦ green 201 ◦ blue 148

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

Shades of Chamois #EDC994

Tints of Chamois #EDC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.3%

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

R = 40.44%
G = 34.3%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC994 (or 0xEDC994) is known color: Chamois. HEX triplet: ED, C9 and 94. RGB value is (237,201,148). Sum of RGB (Red+Green+Blue) = 237+201+148=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC994 is #12366B. Grayscale: #CDCDCD. Windows color (decimal): -1193580 or 9751021. OLE color: 9751021.

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

Color convert

RGB 237 201 148 -
CMYK 0 0.15 0.38 0.07
HSL 35.73º 0.71% 0.75% -
HSV(B) 35.73º 0.38% 0.93% -
XYZ 61.16 61.92 36.74 -
YUV 205.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 237 201 148 0 0.15 0.38 0.07 35.73 0.71 0.75
Hex ED C9 94 0 F 26 7 24 47 4B
Octal 355 311 224 0 17 46 7 44 107 113
Binary 11101101 11001001 10010100 0 1111 100110 111 100100 1000111 1001011

Color Harmonies of #EDC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC994

Black with #EDC994

Text Example


Text Example

White with #EDC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC994; }

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

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

background-color css

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

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

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

border-color css

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

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

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