Html Css Color HEX #EDC991 Chamois

📋 copy color: '#EDC991'

red 237 ◦ green 201 ◦ blue 145

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

Shades of Chamois #EDC991

Tints of Chamois #EDC991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.87%

R = 40.65%
G = 34.48%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDC991 (or 0xEDC991) is known color: Chamois. HEX triplet: ED, C9 and 91. RGB value is (237,201,145). Sum of RGB (Red+Green+Blue) = 237+201+145=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC991 is #12366E. Grayscale: #CDCDCD. Windows color (decimal): -1193583 or 9554413. OLE color: 9554413.

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

Color convert

RGB 237 201 145 -
CMYK 0 0.15 0.39 0.07
HSL 36.52º 0.72% 0.75% -
HSV(B) 36.52º 0.39% 0.93% -
XYZ 60.92 61.82 35.51 -
YUV 205.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 237 201 145 0 0.15 0.39 0.07 36.52 0.72 0.75
Hex ED C9 91 0 F 27 7 25 48 4B
Octal 355 311 221 0 17 47 7 45 110 113
Binary 11101101 11001001 10010001 0 1111 100111 111 100101 1001000 1001011

Color Harmonies of #EDC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC991

Black with #EDC991

Text Example


Text Example

White with #EDC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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