#EDC692

Color #EDC692 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #EDC692

Tints of New Tan #EDC692

Color information

#EDC692 (or 0xEDC692) is unknown color: approx New Tan. HEX triplet: ED, C6 and 92. RGB value is (237,198,146). Sum of RGB (Red+Green+Blue) = 237+198+146=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC692 is #12396D. Grayscale: #CBCBCB. Windows color (decimal): -1194350 or 9619181. OLE color: 9619181.

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

Color convert

RGB237198146-
CMYK00.160.380.07
HSL34.29º71.65%75.1%-
HSV(B)34.29º38.4%92.94%-
XYZ60.3160.4735.69-
YUV203.7395.42151.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 146 (57.42% from 255) = 25.13%
R=40.79%
G=34.08%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719814600.160.380.0734.2971.6575.1
HexEDC69201026722484b
Octal35530622202046742110113
Binary11101101110001101001001001000010011011110001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC692; }

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

 H1.HeaderClassName
 {
   color: #EDC692;
 }
 .AnyTagClassName
 {
   color: #EDC692;
 }
</style>
background-color css

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

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

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

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

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

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