Html Css Color HEX #EFA874 Tacao

📋 copy color: '#EFA874'

red 239 ◦ green 168 ◦ blue 116

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

Shades of Tacao #EFA874

Tints of Tacao #EFA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.12%

 BLUE value IS 116 (45.7% from 255) = 22.18%

R = 45.7%
G = 32.12%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFA874 (or 0xEFA874) is known color: Tacao. HEX triplet: EF, A8 and 74. RGB value is (239,168,116). Sum of RGB (Red+Green+Blue) = 239+168+116=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA874 is #10578B. Grayscale: #B7B7B7. Windows color (decimal): -1070988 or 7645423. OLE color: 7645423.

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

Color convert

RGB 239 168 116 -
CMYK 0 0.30 0.51 0.06
HSL 25.37º 0.79% 0.7% -
HSV(B) 25.37º 0.51% 0.94% -
XYZ 52.75 47.62 22.93 -
YUV 183.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 239 168 116 0 0.30 0.51 0.06 25.37 0.79 0.7
Hex EF A8 74 0 1E 33 6 19 4F 46
Octal 357 250 164 0 36 63 6 31 117 106
Binary 11101111 10101000 1110100 0 11110 110011 110 11001 1001111 1000110

Color Harmonies of #EFA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA874

Black with #EFA874

Text Example


Text Example

White with #EFA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA874; }

 p { color: rgb(239,168,116); }

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

background-color css

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

 a { background-color: rgb(239,168,116); }

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

border-color css

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

 span { border-color: rgb(239,168,116); }

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