Html Css Color HEX #EDCC9D New Tan

📋 copy color: '#EDCC9D'

red 237 ◦ green 204 ◦ blue 157

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

Shades of New Tan #EDCC9D

Tints of New Tan #EDCC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.25%

R = 39.63%
G = 34.11%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDCC9D (or 0xEDCC9D) is known color: New Tan. HEX triplet: ED, CC and 9D. RGB value is (237,204,157). Sum of RGB (Red+Green+Blue) = 237+204+157=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC9D is #123362. Grayscale: #D0D0D0. Windows color (decimal): -1192803 or 10341613. OLE color: 10341613.

HSL color Cylindrical-coordinate representation of color #EDCC9D: hue angle of 35.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDCC9D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 157 -
CMYK 0 0.14 0.34 0.07
HSL 35.25º 0.69% 0.77% -
HSV(B) 35.25º 0.34% 0.93% -
XYZ 62.6 63.62 40.88 -
YUV 208.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 237 204 157 0 0.14 0.34 0.07 35.25 0.69 0.77
Hex ED CC 9D 0 E 22 7 23 45 4D
Octal 355 314 235 0 16 42 7 43 105 115
Binary 11101101 11001100 10011101 0 1110 100010 111 100011 1000101 1001101

Color Harmonies of #EDCC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC9D

Black with #EDCC9D

Text Example


Text Example

White with #EDCC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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