#EDBF94

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

Shades of New Tan #EDBF94

Tints of New Tan #EDBF94

Color information

#EDBF94 (or 0xEDBF94) is unknown color: approx New Tan. HEX triplet: ED, BF and 94. RGB value is (237,191,148). Sum of RGB (Red+Green+Blue) = 237+191+148=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF94 is #12406B. Grayscale: #C8C8C8. Windows color (decimal): -1196140 or 9748461. OLE color: 9748461.

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

Color convert

RGB237191148-
CMYK00.190.380.07
HSL28.99º71.2%75.49%-
HSV(B)28.99º37.55%92.94%-
XYZ58.957.435.99-
YUV199.8598.74154.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=41.15%
G=33.16%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719114800.190.380.0728.9971.275.49
HexEDBF940132671d474b
Octal35527722402346735107113
Binary1110110110111111100101000100111001101111110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF94; }

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

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

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

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

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

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

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

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