Html Css Color HEX #EFAB70 Tacao

📋 copy color: '#EFAB70'

red 239 ◦ green 171 ◦ blue 112

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

Shades of Tacao #EFAB70

Tints of Tacao #EFAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 45.79%
G = 32.76%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFAB70 (or 0xEFAB70) is known color: Tacao. HEX triplet: EF, AB and 70. RGB value is (239,171,112). Sum of RGB (Red+Green+Blue) = 239+171+112=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB70 is #10548F. Grayscale: #B8B8B8. Windows color (decimal): -1070224 or 7384047. OLE color: 7384047.

HSL color Cylindrical-coordinate representation of color #EFAB70: hue angle of 27.87º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFAB70 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 112 -
CMYK 0 0.28 0.53 0.06
HSL 27.87º 0.8% 0.69% -
HSV(B) 27.87º 0.53% 0.94% -
XYZ 53.08 48.65 21.92 -
YUV 184.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 239 171 112 0 0.28 0.53 0.06 27.87 0.8 0.69
Hex EF AB 70 0 1C 35 6 1C 50 45
Octal 357 253 160 0 34 65 6 34 120 105
Binary 11101111 10101011 1110000 0 11100 110101 110 11100 1010000 1000101

Color Harmonies of #EFAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB70

Black with #EFAB70

Text Example


Text Example

White with #EFAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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