Html Css Color HEX #EDCC8F Chamois

📋 copy color: '#EDCC8F'

red 237 ◦ green 204 ◦ blue 143

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

Shades of Chamois #EDCC8F

Tints of Chamois #EDCC8F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

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

R = 40.58%
G = 34.93%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDCC8F (or 0xEDCC8F) is known color: Chamois. HEX triplet: ED, CC and 8F. RGB value is (237,204,143). Sum of RGB (Red+Green+Blue) = 237+204+143=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC8F is #123370. Grayscale: #CFCFCF. Windows color (decimal): -1192817 or 9424109. OLE color: 9424109.

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

Color convert

RGB 237 204 143 -
CMYK 0 0.14 0.40 0.07
HSL 38.94º 0.72% 0.75% -
HSV(B) 38.94º 0.4% 0.93% -
XYZ 61.48 63.17 34.94 -
YUV 206.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 237 204 143 0 0.14 0.40 0.07 38.94 0.72 0.75
Hex ED CC 8F 0 E 28 7 27 48 4B
Octal 355 314 217 0 16 50 7 47 110 113
Binary 11101101 11001100 10001111 0 1110 101000 111 100111 1001000 1001011

Color Harmonies of #EDCC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC8F

Black with #EDCC8F

Text Example


Text Example

White with #EDCC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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