Html Css Color HEX #EDC88F Chamois

📋 copy color: '#EDC88F'

red 237 ◦ green 200 ◦ blue 143

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

Shades of Chamois #EDC88F

Tints of Chamois #EDC88F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.48%

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

R = 40.86%
G = 34.48%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDC88F (or 0xEDC88F) is known color: Chamois. HEX triplet: ED, C8 and 8F. RGB value is (237,200,143). Sum of RGB (Red+Green+Blue) = 237+200+143=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC88F is #123770. Grayscale: #CCCCCC. Windows color (decimal): -1193841 or 9423085. OLE color: 9423085.

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

Color convert

RGB 237 200 143 -
CMYK 0 0.16 0.40 0.07
HSL 36.38º 0.72% 0.75% -
HSV(B) 36.38º 0.4% 0.93% -
XYZ 60.54 61.3 34.63 -
YUV 204.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 237 200 143 0 0.16 0.40 0.07 36.38 0.72 0.75
Hex ED C8 8F 0 10 28 7 24 48 4B
Octal 355 310 217 0 20 50 7 44 110 113
Binary 11101101 11001000 10001111 0 10000 101000 111 100100 1001000 1001011

Color Harmonies of #EDC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC88F

Black with #EDC88F

Text Example


Text Example

White with #EDC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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