#EFBF90

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

Shades of New Tan #EFBF90

Tints of New Tan #EFBF90

Color information

#EFBF90 (or 0xEFBF90) is unknown color: approx New Tan. HEX triplet: EF, BF and 90. RGB value is (239,191,144). Sum of RGB (Red+Green+Blue) = 239+191+144=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF90 is #10406F. Grayscale: #C8C8C8. Windows color (decimal): -1065072 or 9486319. OLE color: 9486319.

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

Color convert

RGB239191144-
CMYK00.200.400.06
HSL29.68º74.8%75.1%-
HSV(B)29.68º39.75%93.73%-
XYZ59.2657.6334.39-
YUV199.9996.4155.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 144 (56.64% from 255) = 25.09%
R=41.64%
G=33.28%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919114400.200.400.0629.6874.875.1
HexEFBF900142861e4b4b
Octal35727722002450636113113
Binary1110111110111111100100000101001010001101111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF90; }

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

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

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

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

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

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

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

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