Html Css Color HEX #EFB076 Tacao

📋 copy color: '#EFB076'

red 239 ◦ green 176 ◦ blue 118

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

Shades of Tacao #EFB076

Tints of Tacao #EFB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.02%

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

R = 44.84%
G = 33.02%
B = 22.14%

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

#EFB076 (or 0xEFB076) is known color: Tacao. HEX triplet: EF, B0 and 76. RGB value is (239,176,118). Sum of RGB (Red+Green+Blue) = 239+176+118=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB076 is #104F89. Grayscale: #BCBCBC. Windows color (decimal): -1068938 or 7778543. OLE color: 7778543.

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

Color convert

RGB 239 176 118 -
CMYK 0 0.26 0.51 0.06
HSL 28.76º 0.79% 0.7% -
HSV(B) 28.76º 0.51% 0.94% -
XYZ 54.39 50.71 24.06 -
YUV 188.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 239 176 118 0 0.26 0.51 0.06 28.76 0.79 0.7
Hex EF B0 76 0 1A 33 6 1D 4F 46
Octal 357 260 166 0 32 63 6 35 117 106
Binary 11101111 10110000 1110110 0 11010 110011 110 11101 1001111 1000110

Color Harmonies of #EFB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB076

Black with #EFB076

Text Example


Text Example

White with #EFB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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