#EFB478

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

Shades of Tacao #EFB478

Tints of Tacao #EFB478

Color information

#EFB478 (or 0xEFB478) is unknown color: approx Tacao. HEX triplet: EF, B4 and 78. RGB value is (239,180,120). Sum of RGB (Red+Green+Blue) = 239+180+120=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB478 is #104B87. Grayscale: #BFBFBF. Windows color (decimal): -1067912 or 7910639. OLE color: 7910639.

HSL color Cylindrical-coordinate representation of color #EFB478: hue angle of 30.25º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFB478 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239180120-
CMYK00.250.500.06
HSL30.25º78.81%70.39%-
HSV(B)30.25º49.79%93.73%-
XYZ55.3152.3524.96-
YUV190.888.05162.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 120 (47.27% from 255) = 22.26%
R=44.34%
G=33.40%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918012000.250.500.0630.2578.8170.39
HexEFB4780193261e4f46
Octal35726417003162636117106
Binary111011111011010011110000110011100101101111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB478; }

 p { color: rgb(239,180,120); }

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

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

 a { background-color: rgb(239,180,120); }

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

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

 span { border-color: rgb(239,180,120); }

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