Html Css Color HEX #EFAA7D Tacao

📋 copy color: '#EFAA7D'

red 239 ◦ green 170 ◦ blue 125

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

Shades of Tacao #EFAA7D

Tints of Tacao #EFAA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.84%

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 44.76%
G = 31.84%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFAA7D (or 0xEFAA7D) is known color: Tacao. HEX triplet: EF, AA and 7D. RGB value is (239,170,125). Sum of RGB (Red+Green+Blue) = 239+170+125=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA7D is #105582. Grayscale: #B9B9B9. Windows color (decimal): -1070467 or 8235759. OLE color: 8235759.

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

Color convert

RGB 239 170 125 -
CMYK 0 0.29 0.48 0.06
HSL 23.68º 0.78% 0.71% -
HSV(B) 23.68º 0.48% 0.94% -
XYZ 53.67 48.58 25.95 -
YUV 185.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 239 170 125 0 0.29 0.48 0.06 23.68 0.78 0.71
Hex EF AA 7D 0 1D 30 6 18 4E 47
Octal 357 252 175 0 35 60 6 30 116 107
Binary 11101111 10101010 1111101 0 11101 110000 110 11000 1001110 1000111

Color Harmonies of #EFAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA7D

Black with #EFAA7D

Text Example


Text Example

White with #EFAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA7D; }

 p { color: rgb(239,170,125); }

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

background-color css

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

 a { background-color: rgb(239,170,125); }

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

border-color css

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

 span { border-color: rgb(239,170,125); }

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