Html Css Color HEX #EDC194 New Tan

📋 copy color: '#EDC194'

red 237 ◦ green 193 ◦ blue 148

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

Shades of New Tan #EDC194

Tints of New Tan #EDC194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.39%

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

R = 41%
G = 33.39%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC194 (or 0xEDC194) is known color: New Tan. HEX triplet: ED, C1 and 94. RGB value is (237,193,148). Sum of RGB (Red+Green+Blue) = 237+193+148=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC194 is #123E6B. Grayscale: #C9C9C9. Windows color (decimal): -1195628 or 9748973. OLE color: 9748973.

HSL color Cylindrical-coordinate representation of color #EDC194: hue angle of 30.34º 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 #EDC194 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 148 -
CMYK 0 0.19 0.38 0.07
HSL 30.34º 0.71% 0.75% -
HSV(B) 30.34º 0.38% 0.93% -
XYZ 59.34 58.28 36.14 -
YUV 201.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 237 193 148 0 0.19 0.38 0.07 30.34 0.71 0.75
Hex ED C1 94 0 13 26 7 1E 47 4B
Octal 355 301 224 0 23 46 7 36 107 113
Binary 11101101 11000001 10010100 0 10011 100110 111 11110 1000111 1001011

Color Harmonies of #EDC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC194

Black with #EDC194

Text Example


Text Example

White with #EDC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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