#EDBE94

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

Shades of New Tan #EDBE94

Tints of New Tan #EDBE94

Color information

#EDBE94 (or 0xEDBE94) is unknown color: approx New Tan. HEX triplet: ED, BE and 94. RGB value is (237,190,148). Sum of RGB (Red+Green+Blue) = 237+190+148=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE94 is #12416B. Grayscale: #C7C7C7. Windows color (decimal): -1196396 or 9748205. OLE color: 9748205.

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

Color convert

RGB237190148-
CMYK00.200.380.07
HSL28.31º71.2%75.49%-
HSV(B)28.31º37.55%92.94%-
XYZ58.6856.9735.92-
YUV199.2699.07154.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=41.22%
G=33.04%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719014800.200.380.0728.3171.275.49
HexEDBE940142671c474b
Octal35527622402446734107113
Binary1110110110111110100101000101001001101111110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE94; }

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

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

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

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

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

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

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

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