Html Css Color HEX #EFAB7A Tacao

📋 copy color: '#EFAB7A'

red 239 ◦ green 171 ◦ blue 122

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

Shades of Tacao #EFAB7A

Tints of Tacao #EFAB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 44.92%
G = 32.14%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFAB7A (or 0xEFAB7A) is known color: Tacao. HEX triplet: EF, AB and 7A. RGB value is (239,171,122). Sum of RGB (Red+Green+Blue) = 239+171+122=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB7A is #105485. Grayscale: #BABABA. Windows color (decimal): -1070214 or 8039407. OLE color: 8039407.

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

Color convert

RGB 239 171 122 -
CMYK 0 0.28 0.49 0.06
HSL 25.13º 0.79% 0.71% -
HSV(B) 25.13º 0.49% 0.94% -
XYZ 53.67 48.88 25.02 -
YUV 185.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 239 171 122 0 0.28 0.49 0.06 25.13 0.79 0.71
Hex EF AB 7A 0 1C 31 6 19 4F 47
Octal 357 253 172 0 34 61 6 31 117 107
Binary 11101111 10101011 1111010 0 11100 110001 110 11001 1001111 1000111

Color Harmonies of #EFAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB7A

Black with #EFAB7A

Text Example


Text Example

White with #EFAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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