Html Css Color HEX #EFAC7F Tacao

📋 copy color: '#EFAC7F'

red 239 ◦ green 172 ◦ blue 127

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

Shades of Tacao #EFAC7F

Tints of Tacao #EFAC7F

RGB

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

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

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

R = 44.42%
G = 31.97%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFAC7F (or 0xEFAC7F) is known color: Tacao. HEX triplet: EF, AC and 7F. RGB value is (239,172,127). Sum of RGB (Red+Green+Blue) = 239+172+127=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC7F is #105380. Grayscale: #BBBBBB. Windows color (decimal): -1069953 or 8367343. OLE color: 8367343.

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

Color convert

RGB 239 172 127 -
CMYK 0 0.28 0.47 0.06
HSL 24.11º 0.78% 0.72% -
HSV(B) 24.11º 0.47% 0.94% -
XYZ 54.18 49.39 26.76 -
YUV 186.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 239 172 127 0 0.28 0.47 0.06 24.11 0.78 0.72
Hex EF AC 7F 0 1C 2F 6 18 4E 48
Octal 357 254 177 0 34 57 6 30 116 110
Binary 11101111 10101100 1111111 0 11100 101111 110 11000 1001110 1001000

Color Harmonies of #EFAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC7F

Black with #EFAC7F

Text Example


Text Example

White with #EFAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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