Html Css Color HEX #EFAB76 Tacao

📋 copy color: '#EFAB76'

red 239 ◦ green 171 ◦ blue 118

#EFAB76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EFAB76

Tints of Tacao #EFAB76

RGB

 RED value IS 239 (93.75% from 255) = 45.27%

 GREEN value IS 171 (67.19% from 255) = 32.39%

 BLUE value IS 118 (46.48% from 255) = 22.35%

R = 45.27%
G = 32.39%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFAB76 (or 0xEFAB76) is known color: Tacao. HEX triplet: EF, AB and 76. RGB value is (239,171,118). Sum of RGB (Red+Green+Blue) = 239+171+118=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB76 is #105489. Grayscale: #B9B9B9. Windows color (decimal): -1070218 or 7777263. OLE color: 7777263.

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

Color convert

RGB 239 171 118 -
CMYK 0 0.28 0.51 0.06
HSL 26.28º 0.79% 0.7% -
HSV(B) 26.28º 0.51% 0.94% -
XYZ 53.43 48.78 23.74 -
YUV 185.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 239 171 118 0 0.28 0.51 0.06 26.28 0.79 0.7
Hex EF AB 76 0 1C 33 6 1A 4F 46
Octal 357 253 166 0 34 63 6 32 117 106
Binary 11101111 10101011 1110110 0 11100 110011 110 11010 1001111 1000110

Color Harmonies of #EFAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB76

Black with #EFAB76

Text Example


Text Example

White with #EFAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB76; }

 p { color: rgb(239,171,118); }

 H1.HeaderClassName
 {
   color: #EFAB76;
 }
 .AnyTagClassName
 {
   color: #EFAB76;
 }
</style>

background-color css

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

 a { background-color: rgb(239,171,118); }

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

border-color css

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

 span { border-color: rgb(239,171,118); }

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