Html Css Color HEX #EFA478 Tacao

📋 copy color: '#EFA478'

red 239 ◦ green 164 ◦ blue 120

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

Shades of Tacao #EFA478

Tints of Tacao #EFA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

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

R = 45.7%
G = 31.36%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA478 (or 0xEFA478) is known color: Tacao. HEX triplet: EF, A4 and 78. RGB value is (239,164,120). Sum of RGB (Red+Green+Blue) = 239+164+120=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA478 is #105B87. Grayscale: #B5B5B5. Windows color (decimal): -1072008 or 7906543. OLE color: 7906543.

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

Color convert

RGB 239 164 120 -
CMYK 0 0.31 0.50 0.06
HSL 22.18º 0.79% 0.7% -
HSV(B) 22.18º 0.5% 0.94% -
XYZ 52.26 46.26 23.94 -
YUV 181.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 239 164 120 0 0.31 0.50 0.06 22.18 0.79 0.7
Hex EF A4 78 0 1F 32 6 16 4F 46
Octal 357 244 170 0 37 62 6 26 117 106
Binary 11101111 10100100 1111000 0 11111 110010 110 10110 1001111 1000110

Color Harmonies of #EFA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA478

Black with #EFA478

Text Example


Text Example

White with #EFA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA478; }

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

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

background-color css

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

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

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

border-color css

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

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

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