Html Css Color HEX #EFB176 Tacao

📋 copy color: '#EFB176'

red 239 ◦ green 177 ◦ blue 118

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

Shades of Tacao #EFB176

Tints of Tacao #EFB176

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

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

R = 44.76%
G = 33.15%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB176 (or 0xEFB176) is known color: Tacao. HEX triplet: EF, B1 and 76. RGB value is (239,177,118). Sum of RGB (Red+Green+Blue) = 239+177+118=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB176 is #104E89. Grayscale: #BDBDBD. Windows color (decimal): -1068682 or 7778799. OLE color: 7778799.

HSL color Cylindrical-coordinate representation of color #EFB176: hue angle of 29.26º 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 #EFB176 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 118 -
CMYK 0 0.26 0.51 0.06
HSL 29.26º 0.79% 0.7% -
HSV(B) 29.26º 0.51% 0.94% -
XYZ 54.59 51.1 24.13 -
YUV 188.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 239 177 118 0 0.26 0.51 0.06 29.26 0.79 0.7
Hex EF B1 76 0 1A 33 6 1D 4F 46
Octal 357 261 166 0 32 63 6 35 117 106
Binary 11101111 10110001 1110110 0 11010 110011 110 11101 1001111 1000110

Color Harmonies of #EFB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB176

Black with #EFB176

Text Example


Text Example

White with #EFB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB176; }

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

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

background-color css

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

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

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

border-color css

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

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

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