Html Css Color HEX #EDC899 New Tan

📋 copy color: '#EDC899'

red 237 ◦ green 200 ◦ blue 153

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

Shades of New Tan #EDC899

Tints of New Tan #EDC899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.93%

R = 40.17%
G = 33.9%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC899 (or 0xEDC899) is known color: New Tan. HEX triplet: ED, C8 and 99. RGB value is (237,200,153). Sum of RGB (Red+Green+Blue) = 237+200+153=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC899 is #123766. Grayscale: #CDCDCD. Windows color (decimal): -1193831 or 10078445. OLE color: 10078445.

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

Color convert

RGB 237 200 153 -
CMYK 0 0.16 0.35 0.07
HSL 33.57º 0.7% 0.76% -
HSV(B) 33.57º 0.35% 0.93% -
XYZ 61.33 61.61 38.8 -
YUV 205.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 237 200 153 0 0.16 0.35 0.07 33.57 0.7 0.76
Hex ED C8 99 0 10 23 7 22 46 4C
Octal 355 310 231 0 20 43 7 42 106 114
Binary 11101101 11001000 10011001 0 10000 100011 111 100010 1000110 1001100

Color Harmonies of #EDC899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC899

Black with #EDC899

Text Example


Text Example

White with #EDC899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC899; }

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

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

background-color css

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

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

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

border-color css

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

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

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