Html Css Color HEX #EFAB78 Tacao

📋 copy color: '#EFAB78'

red 239 ◦ green 171 ◦ blue 120

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

Shades of Tacao #EFAB78

Tints of Tacao #EFAB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.26%

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

R = 45.09%
G = 32.26%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFAB78 (or 0xEFAB78) is known color: Tacao. HEX triplet: EF, AB and 78. RGB value is (239,171,120). Sum of RGB (Red+Green+Blue) = 239+171+120=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB78 is #105487. Grayscale: #B9B9B9. Windows color (decimal): -1070216 or 7908335. OLE color: 7908335.

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

Color convert

RGB 239 171 120 -
CMYK 0 0.28 0.50 0.06
HSL 25.71º 0.79% 0.7% -
HSV(B) 25.71º 0.5% 0.94% -
XYZ 53.55 48.83 24.37 -
YUV 185.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 239 171 120 0 0.28 0.50 0.06 25.71 0.79 0.7
Hex EF AB 78 0 1C 32 6 1A 4F 46
Octal 357 253 170 0 34 62 6 32 117 106
Binary 11101111 10101011 1111000 0 11100 110010 110 11010 1001111 1000110

Color Harmonies of #EFAB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB78

Black with #EFAB78

Text Example


Text Example

White with #EFAB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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