Html Css Color HEX #EFAC6D Tacao

📋 copy color: '#EFAC6D'

red 239 ◦ green 172 ◦ blue 109

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

Shades of Tacao #EFAC6D

Tints of Tacao #EFAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 45.96%
G = 33.08%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFAC6D (or 0xEFAC6D) is known color: Tacao. HEX triplet: EF, AC and 6D. RGB value is (239,172,109). Sum of RGB (Red+Green+Blue) = 239+172+109=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC6D is #105392. Grayscale: #B9B9B9. Windows color (decimal): -1069971 or 7187695. OLE color: 7187695.

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

Color convert

RGB 239 172 109 -
CMYK 0 0.28 0.54 0.06
HSL 29.08º 0.8% 0.68% -
HSV(B) 29.08º 0.54% 0.94% -
XYZ 53.11 48.96 21.12 -
YUV 184.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 239 172 109 0 0.28 0.54 0.06 29.08 0.8 0.68
Hex EF AC 6D 0 1C 36 6 1D 50 44
Octal 357 254 155 0 34 66 6 35 120 104
Binary 11101111 10101100 1101101 0 11100 110110 110 11101 1010000 1000100

Color Harmonies of #EFAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC6D

Black with #EFAC6D

Text Example


Text Example

White with #EFAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC6D; }

 p { color: rgb(239,172,109); }

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

background-color css

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

 a { background-color: rgb(239,172,109); }

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

border-color css

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

 span { border-color: rgb(239,172,109); }

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