Html Css Color HEX #EDC993 Chamois

📋 copy color: '#EDC993'

red 237 ◦ green 201 ◦ blue 147

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

Shades of Chamois #EDC993

Tints of Chamois #EDC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.13%

R = 40.51%
G = 34.36%
B = 25.13%

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

#EDC993 (or 0xEDC993) is known color: Chamois. HEX triplet: ED, C9 and 93. RGB value is (237,201,147). Sum of RGB (Red+Green+Blue) = 237+201+147=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC993 is #12366C. Grayscale: #CDCDCD. Windows color (decimal): -1193581 or 9685485. OLE color: 9685485.

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

Color convert

RGB 237 201 147 -
CMYK 0 0.15 0.38 0.07
HSL 36º 0.71% 0.75% -
HSV(B) 36º 0.38% 0.93% -
XYZ 61.08 61.88 36.33 -
YUV 205.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 237 201 147 0 0.15 0.38 0.07 36 0.71 0.75
Hex ED C9 93 0 F 26 7 24 47 4B
Octal 355 311 223 0 17 46 7 44 107 113
Binary 11101101 11001001 10010011 0 1111 100110 111 100100 1000111 1001011

Color Harmonies of #EDC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC993

Black with #EDC993

Text Example


Text Example

White with #EDC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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