Html Css Color HEX #EDC79E New Tan

📋 copy color: '#EDC79E'

red 237 ◦ green 199 ◦ blue 158

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

Shades of New Tan #EDC79E

Tints of New Tan #EDC79E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.5%

 BLUE value IS 158 (62.11% from 255) = 26.6%

R = 39.9%
G = 33.5%
B = 26.6%

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

#EDC79E (or 0xEDC79E) is known color: New Tan. HEX triplet: ED, C7 and 9E. RGB value is (237,199,158). Sum of RGB (Red+Green+Blue) = 237+199+158=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79E is #123861. Grayscale: #CDCDCD. Windows color (decimal): -1194082 or 10405869. OLE color: 10405869.

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

Color convert

RGB 237 199 158 -
CMYK 0 0.16 0.33 0.07
HSL 31.14º 0.69% 0.77% -
HSV(B) 31.14º 0.33% 0.93% -
XYZ 61.52 61.32 40.94 -
YUV 205.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 237 199 158 0 0.16 0.33 0.07 31.14 0.69 0.77
Hex ED C7 9E 0 10 21 7 1F 45 4D
Octal 355 307 236 0 20 41 7 37 105 115
Binary 11101101 11000111 10011110 0 10000 100001 111 11111 1000101 1001101

Color Harmonies of #EDC79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC79E

Black with #EDC79E

Text Example


Text Example

White with #EDC79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC79E; }

 p { color: rgb(237,199,158); }

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

background-color css

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

 a { background-color: rgb(237,199,158); }

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

border-color css

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

 span { border-color: rgb(237,199,158); }

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