Html Css Color HEX #EDCA97 Chamois

📋 copy color: '#EDCA97'

red 237 ◦ green 202 ◦ blue 151

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

Shades of Chamois #EDCA97

Tints of Chamois #EDCA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.59%

R = 40.17%
G = 34.24%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDCA97 (or 0xEDCA97) is known color: Chamois. HEX triplet: ED, CA and 97. RGB value is (237,202,151). Sum of RGB (Red+Green+Blue) = 237+202+151=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA97 is #123568. Grayscale: #CECECE. Windows color (decimal): -1193321 or 9947885. OLE color: 9947885.

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

Color convert

RGB 237 202 151 -
CMYK 0 0.15 0.36 0.07
HSL 35.58º 0.7% 0.76% -
HSV(B) 35.58º 0.36% 0.93% -
XYZ 61.63 62.48 38.09 -
YUV 206.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 237 202 151 0 0.15 0.36 0.07 35.58 0.7 0.76
Hex ED CA 97 0 F 24 7 24 46 4C
Octal 355 312 227 0 17 44 7 44 106 114
Binary 11101101 11001010 10010111 0 1111 100100 111 100100 1000110 1001100

Color Harmonies of #EDCA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA97

Black with #EDCA97

Text Example


Text Example

White with #EDCA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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