Html Css Color HEX #EFA67F Tacao

📋 copy color: '#EFA67F'

red 239 ◦ green 166 ◦ blue 127

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

Shades of Tacao #EFA67F

Tints of Tacao #EFA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

 BLUE value IS 127 (50% from 255) = 23.87%

R = 44.92%
G = 31.2%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFA67F (or 0xEFA67F) is known color: Tacao. HEX triplet: EF, A6 and 7F. RGB value is (239,166,127). Sum of RGB (Red+Green+Blue) = 239+166+127=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA67F is #105980. Grayscale: #B7B7B7. Windows color (decimal): -1071489 or 8365807. OLE color: 8365807.

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

Color convert

RGB 239 166 127 -
CMYK 0 0.31 0.47 0.06
HSL 20.89º 0.78% 0.72% -
HSV(B) 20.89º 0.47% 0.94% -
XYZ 53.06 47.16 26.38 -
YUV 183.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 239 166 127 0 0.31 0.47 0.06 20.89 0.78 0.72
Hex EF A6 7F 0 1F 2F 6 15 4E 48
Octal 357 246 177 0 37 57 6 25 116 110
Binary 11101111 10100110 1111111 0 11111 101111 110 10101 1001110 1001000

Color Harmonies of #EFA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA67F

Black with #EFA67F

Text Example


Text Example

White with #EFA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA67F; }

 p { color: rgb(239,166,127); }

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

background-color css

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

 a { background-color: rgb(239,166,127); }

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

border-color css

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

 span { border-color: rgb(239,166,127); }

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