Html Css Color HEX #EDC98F Chamois

📋 copy color: '#EDC98F'

red 237 ◦ green 201 ◦ blue 143

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

Shades of Chamois #EDC98F

Tints of Chamois #EDC98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.61%

R = 40.79%
G = 34.6%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDC98F (or 0xEDC98F) is known color: Chamois. HEX triplet: ED, C9 and 8F. RGB value is (237,201,143). Sum of RGB (Red+Green+Blue) = 237+201+143=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC98F is #123670. Grayscale: #CDCDCD. Windows color (decimal): -1193585 or 9423341. OLE color: 9423341.

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

Color convert

RGB 237 201 143 -
CMYK 0 0.15 0.40 0.07
HSL 37.02º 0.72% 0.75% -
HSV(B) 37.02º 0.4% 0.93% -
XYZ 60.77 61.76 34.7 -
YUV 205.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 237 201 143 0 0.15 0.40 0.07 37.02 0.72 0.75
Hex ED C9 8F 0 F 28 7 25 48 4B
Octal 355 311 217 0 17 50 7 45 110 113
Binary 11101101 11001001 10001111 0 1111 101000 111 100101 1001000 1001011

Color Harmonies of #EDC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC98F

Black with #EDC98F

Text Example


Text Example

White with #EDC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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