Html Css Color HEX #EFA76F Tacao

📋 copy color: '#EFA76F'

red 239 ◦ green 167 ◦ blue 111

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

Shades of Tacao #EFA76F

Tints of Tacao #EFA76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

 BLUE value IS 111 (43.75% from 255) = 21.47%

R = 46.23%
G = 32.3%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFA76F (or 0xEFA76F) is known color: Tacao. HEX triplet: EF, A7 and 6F. RGB value is (239,167,111). Sum of RGB (Red+Green+Blue) = 239+167+111=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA76F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA76F is #105890. Grayscale: #B6B6B6. Windows color (decimal): -1071249 or 7317487. OLE color: 7317487.

HSL color Cylindrical-coordinate representation of color #EFA76F: hue angle of 26.25º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA76F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 111 -
CMYK 0 0.30 0.54 0.06
HSL 26.25º 0.8% 0.69% -
HSV(B) 26.25º 0.54% 0.94% -
XYZ 52.28 47.14 21.38 -
YUV 182.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 239 167 111 0 0.30 0.54 0.06 26.25 0.8 0.69
Hex EF A7 6F 0 1E 36 6 1A 50 45
Octal 357 247 157 0 36 66 6 32 120 105
Binary 11101111 10100111 1101111 0 11110 110110 110 11010 1010000 1000101

Color Harmonies of #EFA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA76F

Black with #EFA76F

Text Example


Text Example

White with #EFA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA76F; }

 p { color: rgb(239,167,111); }

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

background-color css

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

 a { background-color: rgb(239,167,111); }

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

border-color css

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

 span { border-color: rgb(239,167,111); }

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