#EFBF98

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

Shades of New Tan #EFBF98

Tints of New Tan #EFBF98

Color information

#EFBF98 (or 0xEFBF98) is unknown color: approx New Tan. HEX triplet: EF, BF and 98. RGB value is (239,191,152). Sum of RGB (Red+Green+Blue) = 239+191+152=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF98 is #104067. Grayscale: #C9C9C9. Windows color (decimal): -1065064 or 10010607. OLE color: 10010607.

HSL color Cylindrical-coordinate representation of color #EFBF98: hue angle of 26.9º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFBF98 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239191152-
CMYK00.200.360.06
HSL26.9º73.11%76.67%-
HSV(B)26.9º36.4%93.73%-
XYZ59.8957.8837.72-
YUV200.91100.4155.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 152 (59.77% from 255) = 26.12%
R=41.07%
G=32.82%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919115200.200.360.0626.973.1176.67
HexEFBF980142461b494d
Octal35727723002444633111115
Binary1110111110111111100110000101001001001101101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF98; }

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

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

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

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

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

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

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

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