Html Css Color HEX #EFA978 Tacao

📋 copy color: '#EFA978'

red 239 ◦ green 169 ◦ blue 120

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

Shades of Tacao #EFA978

Tints of Tacao #EFA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

 BLUE value IS 120 (47.27% from 255) = 22.73%

R = 45.27%
G = 32.01%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA978 (or 0xEFA978) is known color: Tacao. HEX triplet: EF, A9 and 78. RGB value is (239,169,120). Sum of RGB (Red+Green+Blue) = 239+169+120=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA978 is #105687. Grayscale: #B8B8B8. Windows color (decimal): -1070728 or 7907823. OLE color: 7907823.

HSL color Cylindrical-coordinate representation of color #EFA978: hue angle of 24.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA978 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 120 -
CMYK 0 0.29 0.50 0.06
HSL 24.71º 0.79% 0.7% -
HSV(B) 24.71º 0.5% 0.94% -
XYZ 53.17 48.08 24.25 -
YUV 184.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 239 169 120 0 0.29 0.50 0.06 24.71 0.79 0.7
Hex EF A9 78 0 1D 32 6 19 4F 46
Octal 357 251 170 0 35 62 6 31 117 106
Binary 11101111 10101001 1111000 0 11101 110010 110 11001 1001111 1000110

Color Harmonies of #EFA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA978

Black with #EFA978

Text Example


Text Example

White with #EFA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA978; }

 p { color: rgb(239,169,120); }

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

background-color css

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

 a { background-color: rgb(239,169,120); }

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

border-color css

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

 span { border-color: rgb(239,169,120); }

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