Html Css Color HEX #EDC89D New Tan

📋 copy color: '#EDC89D'

red 237 ◦ green 200 ◦ blue 157

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

Shades of New Tan #EDC89D

Tints of New Tan #EDC89D

RGB

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

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

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

R = 39.9%
G = 33.67%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDC89D (or 0xEDC89D) is known color: New Tan. HEX triplet: ED, C8 and 9D. RGB value is (237,200,157). Sum of RGB (Red+Green+Blue) = 237+200+157=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC89D is #123762. Grayscale: #CECECE. Windows color (decimal): -1193827 or 10340589. OLE color: 10340589.

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

Color convert

RGB 237 200 157 -
CMYK 0 0.16 0.34 0.07
HSL 32.25º 0.69% 0.77% -
HSV(B) 32.25º 0.34% 0.93% -
XYZ 61.67 61.75 40.57 -
YUV 206.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 237 200 157 0 0.16 0.34 0.07 32.25 0.69 0.77
Hex ED C8 9D 0 10 22 7 20 45 4D
Octal 355 310 235 0 20 42 7 40 105 115
Binary 11101101 11001000 10011101 0 10000 100010 111 100000 1000101 1001101

Color Harmonies of #EDC89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC89D

Black with #EDC89D

Text Example


Text Example

White with #EDC89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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