#EDBF98

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

Shades of New Tan #EDBF98

Tints of New Tan #EDBF98

Color information

#EDBF98 (or 0xEDBF98) is unknown color: approx New Tan. HEX triplet: ED, BF and 98. RGB value is (237,191,152). Sum of RGB (Red+Green+Blue) = 237+191+152=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF98 is #124067. Grayscale: #C8C8C8. Windows color (decimal): -1196136 or 10010605. OLE color: 10010605.

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

Color convert

RGB237191152-
CMYK00.190.360.07
HSL27.53º70.25%76.27%-
HSV(B)27.53º35.86%92.94%-
XYZ59.2257.5337.69-
YUV200.31100.74154.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=40.86%
G=32.93%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719115200.190.360.0727.5370.2576.27
HexEDBF980132471c464c
Octal35527723002344734106114
Binary1110110110111111100110000100111001001111110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF98; }

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

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

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

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

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

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

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

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