Html Css Color HEX #EFA47D Tacao

📋 copy color: '#EFA47D'

red 239 ◦ green 164 ◦ blue 125

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

Shades of Tacao #EFA47D

Tints of Tacao #EFA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.06%

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

R = 45.27%
G = 31.06%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFA47D (or 0xEFA47D) is known color: Tacao. HEX triplet: EF, A4 and 7D. RGB value is (239,164,125). Sum of RGB (Red+Green+Blue) = 239+164+125=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA47D is #105B82. Grayscale: #B6B6B6. Windows color (decimal): -1072003 or 8234223. OLE color: 8234223.

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

Color convert

RGB 239 164 125 -
CMYK 0 0.31 0.48 0.06
HSL 20.53º 0.78% 0.71% -
HSV(B) 20.53º 0.48% 0.94% -
XYZ 52.57 46.38 25.58 -
YUV 181.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 239 164 125 0 0.31 0.48 0.06 20.53 0.78 0.71
Hex EF A4 7D 0 1F 30 6 15 4E 47
Octal 357 244 175 0 37 60 6 25 116 107
Binary 11101111 10100100 1111101 0 11111 110000 110 10101 1001110 1000111

Color Harmonies of #EFA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA47D

Black with #EFA47D

Text Example


Text Example

White with #EFA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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