Html Css Color HEX #EFA878 Tacao

📋 copy color: '#EFA878'

red 239 ◦ green 168 ◦ blue 120

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

Shades of Tacao #EFA878

Tints of Tacao #EFA878

RGB

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

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

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

R = 45.35%
G = 31.88%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA878 (or 0xEFA878) is known color: Tacao. HEX triplet: EF, A8 and 78. RGB value is (239,168,120). Sum of RGB (Red+Green+Blue) = 239+168+120=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA878 is #105787. Grayscale: #B8B8B8. Windows color (decimal): -1070984 or 7907567. OLE color: 7907567.

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

Color convert

RGB 239 168 120 -
CMYK 0 0.30 0.50 0.06
HSL 24.2º 0.79% 0.7% -
HSV(B) 24.2º 0.5% 0.94% -
XYZ 52.99 47.71 24.19 -
YUV 183.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 239 168 120 0 0.30 0.50 0.06 24.2 0.79 0.7
Hex EF A8 78 0 1E 32 6 18 4F 46
Octal 357 250 170 0 36 62 6 30 117 106
Binary 11101111 10101000 1111000 0 11110 110010 110 11000 1001111 1000110

Color Harmonies of #EFA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA878

Black with #EFA878

Text Example


Text Example

White with #EFA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA878; }

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

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

background-color css

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

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

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

border-color css

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

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

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