Html Css Color HEX #EFB376 Tacao

📋 copy color: '#EFB376'

red 239 ◦ green 179 ◦ blue 118

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

Shades of Tacao #EFB376

Tints of Tacao #EFB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 44.59%
G = 33.4%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB376 (or 0xEFB376) is known color: Tacao. HEX triplet: EF, B3 and 76. RGB value is (239,179,118). Sum of RGB (Red+Green+Blue) = 239+179+118=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB376 is #104C89. Grayscale: #BEBEBE. Windows color (decimal): -1068170 or 7779311. OLE color: 7779311.

HSL color Cylindrical-coordinate representation of color #EFB376: 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.51%. Process color model (Four color, CMYK) of #EFB376 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 118 -
CMYK 0 0.25 0.51 0.06
HSL 30.25º 0.79% 0.7% -
HSV(B) 30.25º 0.51% 0.94% -
XYZ 54.99 51.9 24.26 -
YUV 189.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 239 179 118 0 0.25 0.51 0.06 30.25 0.79 0.7
Hex EF B3 76 0 19 33 6 1E 4F 46
Octal 357 263 166 0 31 63 6 36 117 106
Binary 11101111 10110011 1110110 0 11001 110011 110 11110 1001111 1000110

Color Harmonies of #EFB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB376

Black with #EFB376

Text Example


Text Example

White with #EFB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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