Html Css Color HEX #EDC89F New Tan

📋 copy color: '#EDC89F'

red 237 ◦ green 200 ◦ blue 159

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

Shades of New Tan #EDC89F

Tints of New Tan #EDC89F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.68%

R = 39.77%
G = 33.56%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDC89F (or 0xEDC89F) is known color: New Tan. HEX triplet: ED, C8 and 9F. RGB value is (237,200,159). Sum of RGB (Red+Green+Blue) = 237+200+159=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC89F is #123760. Grayscale: #CECECE. Windows color (decimal): -1193825 or 10471661. OLE color: 10471661.

HSL color Cylindrical-coordinate representation of color #EDC89F: hue angle of 31.54º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDC89F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 159 -
CMYK 0 0.16 0.33 0.07
HSL 31.54º 0.68% 0.78% -
HSV(B) 31.54º 0.33% 0.93% -
XYZ 61.84 61.82 41.47 -
YUV 206.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 237 200 159 0 0.16 0.33 0.07 31.54 0.68 0.78
Hex ED C8 9F 0 10 21 7 20 44 4E
Octal 355 310 237 0 20 41 7 40 104 116
Binary 11101101 11001000 10011111 0 10000 100001 111 100000 1000100 1001110

Color Harmonies of #EDC89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC89F

Black with #EDC89F

Text Example


Text Example

White with #EDC89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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