#EDBE99

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

Shades of New Tan #EDBE99

Tints of New Tan #EDBE99

Color information

#EDBE99 (or 0xEDBE99) is unknown color: approx New Tan. HEX triplet: ED, BE and 99. RGB value is (237,190,153). Sum of RGB (Red+Green+Blue) = 237+190+153=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE99 is #124166. Grayscale: #C8C8C8. Windows color (decimal): -1196391 or 10075885. OLE color: 10075885.

HSL color Cylindrical-coordinate representation of color #EDBE99: hue angle of 26.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDBE99 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237190153-
CMYK00.200.350.07
HSL26.43º70%76.47%-
HSV(B)26.43º35.44%92.94%-
XYZ59.0957.1338.05-
YUV199.83101.57154.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=40.86%
G=32.76%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719015300.200.350.0726.437076.47
HexEDBE990142371a464c
Octal35527623102443732106114
Binary1110110110111110100110010101001000111111101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE99; }

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

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

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

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

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

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

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

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