#EDBF96

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

Shades of New Tan #EDBF96

Tints of New Tan #EDBF96

Color information

#EDBF96 (or 0xEDBF96) is unknown color: approx New Tan. HEX triplet: ED, BF and 96. RGB value is (237,191,150). Sum of RGB (Red+Green+Blue) = 237+191+150=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF96 is #124069. Grayscale: #C8C8C8. Windows color (decimal): -1196138 or 9879533. OLE color: 9879533.

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

Color convert

RGB237191150-
CMYK00.190.370.07
HSL28.28º70.73%75.88%-
HSV(B)28.28º36.71%92.94%-
XYZ59.0657.4736.83-
YUV200.0899.74154.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=41.00%
G=33.04%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719115000.190.370.0728.2870.7375.88
HexEDBF960132571c474c
Octal35527722602345734107114
Binary1110110110111111100101100100111001011111110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF96; }

 p { color: rgb(237,191,150); }

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

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

 a { background-color: rgb(237,191,150); }

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

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

 span { border-color: rgb(237,191,150); }

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