Html Css Color HEX #EDC79A New Tan

📋 copy color: '#EDC79A'

red 237 ◦ green 199 ◦ blue 154

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

Shades of New Tan #EDC79A

Tints of New Tan #EDC79A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 40.17%
G = 33.73%
B = 26.1%

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

#EDC79A (or 0xEDC79A) is known color: New Tan. HEX triplet: ED, C7 and 9A. RGB value is (237,199,154). Sum of RGB (Red+Green+Blue) = 237+199+154=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79A is #123865. Grayscale: #CDCDCD. Windows color (decimal): -1194086 or 10143725. OLE color: 10143725.

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

Color convert

RGB 237 199 154 -
CMYK 0 0.16 0.35 0.07
HSL 32.53º 0.7% 0.77% -
HSV(B) 32.53º 0.35% 0.93% -
XYZ 61.18 61.18 39.16 -
YUV 205.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 237 199 154 0 0.16 0.35 0.07 32.53 0.7 0.77
Hex ED C7 9A 0 10 23 7 21 46 4D
Octal 355 307 232 0 20 43 7 41 106 115
Binary 11101101 11000111 10011010 0 10000 100011 111 100001 1000110 1001101

Color Harmonies of #EDC79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC79A

Black with #EDC79A

Text Example


Text Example

White with #EDC79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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