Html Css Color HEX #EDC896 New Tan

📋 copy color: '#EDC896'

red 237 ◦ green 200 ◦ blue 150

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

Shades of New Tan #EDC896

Tints of New Tan #EDC896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.55%

R = 40.37%
G = 34.07%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDC896 (or 0xEDC896) is known color: New Tan. HEX triplet: ED, C8 and 96. RGB value is (237,200,150). Sum of RGB (Red+Green+Blue) = 237+200+150=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC896 is #123769. Grayscale: #CDCDCD. Windows color (decimal): -1193834 or 9881837. OLE color: 9881837.

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

Color convert

RGB 237 200 150 -
CMYK 0 0.16 0.37 0.07
HSL 34.48º 0.71% 0.76% -
HSV(B) 34.48º 0.37% 0.93% -
XYZ 61.08 61.52 37.51 -
YUV 205.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 237 200 150 0 0.16 0.37 0.07 34.48 0.71 0.76
Hex ED C8 96 0 10 25 7 22 47 4C
Octal 355 310 226 0 20 45 7 42 107 114
Binary 11101101 11001000 10010110 0 10000 100101 111 100010 1000111 1001100

Color Harmonies of #EDC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC896

Black with #EDC896

Text Example


Text Example

White with #EDC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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