Html Css Color HEX #EDC693 New Tan

📋 copy color: '#EDC693'

red 237 ◦ green 198 ◦ blue 147

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

Shades of New Tan #EDC693

Tints of New Tan #EDC693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.02%

 BLUE value IS 147 (57.81% from 255) = 25.26%

R = 40.72%
G = 34.02%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC693 (or 0xEDC693) is known color: New Tan. HEX triplet: ED, C6 and 93. RGB value is (237,198,147). Sum of RGB (Red+Green+Blue) = 237+198+147=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC693 is #12396C. Grayscale: #CCCCCC. Windows color (decimal): -1194349 or 9684717. OLE color: 9684717.

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

Color convert

RGB 237 198 147 -
CMYK 0 0.16 0.38 0.07
HSL 34º 0.71% 0.75% -
HSV(B) 34º 0.38% 0.93% -
XYZ 60.39 60.5 36.1 -
YUV 203.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 237 198 147 0 0.16 0.38 0.07 34 0.71 0.75
Hex ED C6 93 0 10 26 7 22 47 4B
Octal 355 306 223 0 20 46 7 42 107 113
Binary 11101101 11000110 10010011 0 10000 100110 111 100010 1000111 1001011

Color Harmonies of #EDC693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC693

Black with #EDC693

Text Example


Text Example

White with #EDC693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC693; }

 p { color: rgb(237,198,147); }

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

background-color css

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

 a { background-color: rgb(237,198,147); }

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

border-color css

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

 span { border-color: rgb(237,198,147); }

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