Html Css Color HEX #EDC494 New Tan

📋 copy color: '#EDC494'

red 237 ◦ green 196 ◦ blue 148

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

Shades of New Tan #EDC494

Tints of New Tan #EDC494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

 BLUE value IS 148 (58.2% from 255) = 25.47%

R = 40.79%
G = 33.73%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC494 (or 0xEDC494) is known color: New Tan. HEX triplet: ED, C4 and 94. RGB value is (237,196,148). Sum of RGB (Red+Green+Blue) = 237+196+148=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC494 is #123B6B. Grayscale: #CBCBCB. Windows color (decimal): -1194860 or 9749741. OLE color: 9749741.

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

Color convert

RGB 237 196 148 -
CMYK 0 0.17 0.38 0.07
HSL 32.36º 0.71% 0.75% -
HSV(B) 32.36º 0.38% 0.93% -
XYZ 60.01 59.62 36.36 -
YUV 202.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 237 196 148 0 0.17 0.38 0.07 32.36 0.71 0.75
Hex ED C4 94 0 11 26 7 20 47 4B
Octal 355 304 224 0 21 46 7 40 107 113
Binary 11101101 11000100 10010100 0 10001 100110 111 100000 1000111 1001011

Color Harmonies of #EDC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC494

Black with #EDC494

Text Example


Text Example

White with #EDC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC494; }

 p { color: rgb(237,196,148); }

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

background-color css

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

 a { background-color: rgb(237,196,148); }

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

border-color css

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

 span { border-color: rgb(237,196,148); }

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